Migrate back to gccemacs with build cache

This commit is contained in:
2020-09-22 03:09:43 +02:00
parent 1e752b7b71
commit 1f5d0dc707
5 changed files with 33 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;
}))
];
}