add nix-community cachix cache
This commit is contained in:
parent
ee780fe2d1
commit
7842f749db
1 changed files with 11 additions and 0 deletions
11
nixos/cachix/nix-community.nix
Normal file
11
nixos/cachix/nix-community.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
|
||||
{
|
||||
nix = {
|
||||
binaryCaches = [
|
||||
"https://nix-community.cachix.org"
|
||||
];
|
||||
binaryCachePublicKeys = [
|
||||
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
|
||||
];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue