Migrate to emacsGcc via emacs-overlay

This commit is contained in:
2020-09-06 15:08:18 +02:00
parent fba79883f5
commit f0ae1f74cd
3 changed files with 9 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
{
nixpkgs.overlays = [
(import (builtins.fetchTarball {
url = https://github.com/nix-community/emacs-overlay/archive/master.tar.gz;
}))
];
}