2021-04-13 22:16:46 +02:00
|
|
|
# Emacs overlay from https://github.com/nix-community/emacs-overlay
|
|
|
|
{ ... }:
|
|
|
|
|
|
|
|
let
|
2021-04-13 12:21:42 +02:00
|
|
|
# from 2020-05-26
|
|
|
|
commit = "5df3462dda05d8e44669cf374776274e1bc47d0a";
|
2021-04-13 22:16:46 +02:00
|
|
|
src = builtins.fetchTarball {
|
|
|
|
url = "https://github.com/nix-community/emacs-overlay/archive/${commit}.tar.gz";
|
2021-04-13 12:21:42 +02:00
|
|
|
sha256 = "0ggmkg4shf9948wpwb0s40bjvwijvhv2wykrkayclvp419kbrfxq";
|
2021-04-13 22:16:46 +02:00
|
|
|
};
|
|
|
|
in import src
|