Skip to content

Commit

Permalink
Add devenv binary cache
Browse files Browse the repository at this point in the history
  • Loading branch information
carlthome committed Nov 2, 2024
1 parent a9b9096 commit db83c80
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hosts/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@ let
substituters = [
"https://carlthome.cachix.org"
"https://numtide.cachix.org"
"https://devenv.cachix.org"
];
trusted-public-keys = [
"carlthome.cachix.org-1:BHerYg0J5Qv/Yw/SsxqPBlTY+cttA9axEsmrK24R15w="
"numtide.cachix.org-1:2ps1kLBUWjxIneOy1Ik6cQjb41X0iXVXeHigGmycPPE="
"devenv.cachix.org-1:w1cLUi8dv3hnoSPGAuibQv+f9TZLr6cv/Hm9XgU50cw="
];
auto-optimise-store = true;
cores = 4;
Expand Down

0 comments on commit db83c80

Please sign in to comment.