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