2021-04-13 22:16:46 +02:00
|
|
|
# Emacs overlay from https://github.com/nix-community/emacs-overlay
|
|
|
|
{ ... }:
|
|
|
|
|
|
|
|
let
|
2022-01-04 14:16:26 +01:00
|
|
|
# from 2022-01-04
|
|
|
|
commit = "a463c3bcbb04b4b744a259587081786ded8fd5b5";
|
2021-04-13 22:16:46 +02:00
|
|
|
src = builtins.fetchTarball {
|
|
|
|
url = "https://github.com/nix-community/emacs-overlay/archive/${commit}.tar.gz";
|
2022-01-04 14:16:26 +01:00
|
|
|
sha256 = "1b7rmshf1wc9wcml7jlzggdzilj644brk5m49fry6lv53vqmykjq";
|
2021-04-13 22:16:46 +02:00
|
|
|
};
|
|
|
|
in import src
|