tvl-depot/third_party/overlays/emacs.nix

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

13 lines
362 B
Nix
Raw Normal View History

# Emacs overlay from https://github.com/nix-community/emacs-overlay
{ ... }:
let
# from 2022-01-04
commit = "a463c3bcbb04b4b744a259587081786ded8fd5b5";
src = builtins.fetchTarball {
url = "https://github.com/nix-community/emacs-overlay/archive/${commit}.tar.gz";
sha256 = "1b7rmshf1wc9wcml7jlzggdzilj644brk5m49fry6lv53vqmykjq";
};
in
import src