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