Skip to content

Commit

Permalink
flake.nix: add project binary cache to nix.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
nrdxp authored and zhaofengli committed Jun 1, 2022
1 parent 429a0f5 commit 6e2d221
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,13 @@
};
inherit (evalNix) nixosModules;
};

nixConfig = {
extra-substituters = [
"https://colmena.cachix.org"
];
extra-trusted-public-keys = [
"colmena.cachix.org-1:7BzpDnjjH8ki2CT3f6GdOk7QAzPOl+1t3LvTLXqYcSg="
];
};
}

0 comments on commit 6e2d221

Please sign in to comment.