flake.nix: add project binary cache to nix.conf

This commit is contained in:
Timothy DeHerrera 2022-05-25 17:55:39 -06:00 committed by Zhaofeng Li
parent 429a0f5aa1
commit 6e2d221388

View file

@ -73,4 +73,13 @@
};
inherit (evalNix) nixosModules;
};
nixConfig = {
extra-substituters = [
"https://colmena.cachix.org"
];
extra-trusted-public-keys = [
"colmena.cachix.org-1:7BzpDnjjH8ki2CT3f6GdOk7QAzPOl+1t3LvTLXqYcSg="
];
};
}