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

8
cachix/nix-community.nix Normal file
View File

@@ -0,0 +1,8 @@
{
nix = {
binaryCaches = [ "https://nix-community.cachix.org" ];
binaryCachePublicKeys = [
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
];
};
}