2021-04-13 22:16:46 +02:00
|
|
|
# Emacs overlay from https://github.com/nix-community/emacs-overlay
|
|
|
|
{ ... }:
|
|
|
|
|
|
|
|
let
|
2021-08-24 18:17:38 +02:00
|
|
|
# from 2021-08-24
|
|
|
|
commit = "b57f95c78042800bbd2b6b3c6c1f9fb85221507e";
|
2021-04-13 22:16:46 +02:00
|
|
|
src = builtins.fetchTarball {
|
|
|
|
url = "https://github.com/nix-community/emacs-overlay/archive/${commit}.tar.gz";
|
2021-08-24 18:17:38 +02:00
|
|
|
sha256 = "17xv9c3x5930zy6hbqk20pwk601w5xnrzpg5gsnrkzl1z726qrn1";
|
2021-04-13 22:16:46 +02:00
|
|
|
};
|
|
|
|
in import src
|