Skip to content

Commit

Permalink
feat(nix): add numtide and pre-commit-hooks binary caches
Browse files Browse the repository at this point in the history
  • Loading branch information
yurrriq committed Apr 29, 2024
1 parent fc53a56 commit b897ce9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.16.0
8.16.1
4 changes: 4 additions & 0 deletions config/nix.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,17 @@
"https://cache.nixos.org"
"https://devenv.cachix.org"
"https://nix-community.cachix.org"
"https://numtide.cachix.org"
"https://pre-commit-hooks.cachix.org"
"https://sportradar.cachix.org"
"https://yurrriq.cachix.org"
];
trusted-public-keys = [
"cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
"devenv.cachix.org-1:w1cLUi8dv3hnoSPGAuibQv+f9TZLr6cv/Hm9XgU50cw="
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
"numtide.cachix.org-1:2ps1kLBUWjxIneOy1Ik6cQjb41X0iXVXeHigGmycPPE="
"pre-commit-hooks.cachix.org-1:Pkk3Panw5AW24TOv6kz3PvLhlH8puAsJTBbOPmBo7Rc="
"sportradar.cachix.org-1:6MyCzOfUMeMTxU5QnogkyYOBtr5f5atW/qeS+TjmUfE="
"yurrriq.cachix.org-1:evpJ5wKluf7QOCcv69VkIxCOtHgubrqXlZpp3JAXLBE="
];
Expand Down
4 changes: 4 additions & 0 deletions src/config/nix.nw
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,17 @@
"https://cache.nixos.org"
"https://devenv.cachix.org"
"https://nix-community.cachix.org"
"https://numtide.cachix.org"
"https://pre-commit-hooks.cachix.org"
"https://sportradar.cachix.org"
"https://yurrriq.cachix.org"
];
trusted-public-keys = [
"cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
"devenv.cachix.org-1:w1cLUi8dv3hnoSPGAuibQv+f9TZLr6cv/Hm9XgU50cw="
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
"numtide.cachix.org-1:2ps1kLBUWjxIneOy1Ik6cQjb41X0iXVXeHigGmycPPE="
"pre-commit-hooks.cachix.org-1:Pkk3Panw5AW24TOv6kz3PvLhlH8puAsJTBbOPmBo7Rc="
"sportradar.cachix.org-1:6MyCzOfUMeMTxU5QnogkyYOBtr5f5atW/qeS+TjmUfE="
"yurrriq.cachix.org-1:evpJ5wKluf7QOCcv69VkIxCOtHgubrqXlZpp3JAXLBE="
];
Expand Down

0 comments on commit b897ce9

Please sign in to comment.