Set up cachix as emacs-overlay binary cache
This commit is contained in:
8
cachix/nix-community.nix
Normal file
8
cachix/nix-community.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
nix = {
|
||||
binaryCaches = [ "https://nix-community.cachix.org" ];
|
||||
binaryCachePublicKeys = [
|
||||
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user