feat(nix): Trust devenv cachix cache
This commit is contained in:
parent
da621066c1
commit
6505df5d8a
1 changed files with 7 additions and 0 deletions
|
|
@ -25,6 +25,13 @@
|
|||
# avoid unwanted garbage collection when using direnv
|
||||
keep-outputs = true;
|
||||
keep-derivations = true;
|
||||
|
||||
trusted-substituters = [ "https://devenv.cachix.org" ];
|
||||
trusted-public-keys = [ "devenv.cachix.org-1:w1cLUi8dv3hnoSPGAuibQv+f9TZLr6cv/Hm9XgU50cw=" ];
|
||||
trusted-users = [
|
||||
"root"
|
||||
"alex"
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue