update
This commit is contained in:
parent
d70f587539
commit
cdb88e9519
4 changed files with 26 additions and 3 deletions
11
nixos/cachix/nimmm.nix
Normal file
11
nixos/cachix/nimmm.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
|
||||
{
|
||||
nix = {
|
||||
binaryCaches = [
|
||||
"https://nimmm.cachix.org"
|
||||
];
|
||||
binaryCachePublicKeys = [
|
||||
"nimmm.cachix.org-1:usYhOtylPbGmyX95Xdy2YVMOKZVBBt4pTQVAQrzw+0k=";
|
||||
];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue