Restructure Directories
This commit is contained in:
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="
|
||||
];
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user