global/caches: add ngi cachix
This commit is contained in:
parent
3b5c9b56d6
commit
0916e967f6
1 changed files with 6 additions and 0 deletions
6
modules/global/caches/ngi.nix
Normal file
6
modules/global/caches/ngi.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
nix.settings = {
|
||||
substituters = [ "https://ngi.cachix.org/" ];
|
||||
trusted-public-keys = [ "ngi.cachix.org-1:n+CAL72ROC3qQuLxIHpV+Tw5t42WhXmMhprAGkRSrOw=" ];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue