forked from DGNum/colmena
flake.nix: add project binary cache to nix.conf
This commit is contained in:
parent
429a0f5aa1
commit
6e2d221388
1 changed files with 9 additions and 0 deletions
|
@ -73,4 +73,13 @@
|
|||
};
|
||||
inherit (evalNix) nixosModules;
|
||||
};
|
||||
|
||||
nixConfig = {
|
||||
extra-substituters = [
|
||||
"https://colmena.cachix.org"
|
||||
];
|
||||
extra-trusted-public-keys = [
|
||||
"colmena.cachix.org-1:7BzpDnjjH8ki2CT3f6GdOk7QAzPOl+1t3LvTLXqYcSg="
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue