tvl-depot/third_party/overlays/emacs.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
362 B
Nix
Raw Normal View History

# Emacs overlay from https://github.com/nix-community/emacs-overlay
{ ... }:
let
# from 2021-12-07
commit = "2f14e98a92505c517a8364c3a5e614592fbea4f4";
src = builtins.fetchTarball {
url = "https://github.com/nix-community/emacs-overlay/archive/${commit}.tar.gz";
sha256 = "16i16pm3bm43fj85n5bafghak0asi7p9xpyshpls6yyh85chcdb5";
};
in import src