9 lines
169 B
Nix
9 lines
169 B
Nix
{
|
|
nixpkgs.overlays = [
|
|
(import (builtins.fetchTarball {
|
|
url =
|
|
"https://github.com/nix-community/emacs-overlay/archive/master.tar.gz";
|
|
}))
|
|
];
|
|
}
|