Skip to content

Commit

Permalink
perf: trust nix-community.cachix.org
Browse files Browse the repository at this point in the history
  • Loading branch information
yurrriq committed Nov 2, 2023
1 parent 5a72344 commit 64cf153
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.11.3
8.11.4
2 changes: 2 additions & 0 deletions config/nix.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,14 @@
substituters = [
"https://cache.nixos.org"
"https://devenv.cachix.org"
"https://nix-community.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="
"sportradar.cachix.org-1:6MyCzOfUMeMTxU5QnogkyYOBtr5f5atW/qeS+TjmUfE="
"yurrriq.cachix.org-1:evpJ5wKluf7QOCcv69VkIxCOtHgubrqXlZpp3JAXLBE="
];
Expand Down
2 changes: 2 additions & 0 deletions src/config/nix.nw
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,14 @@
substituters = [
"https://cache.nixos.org"
"https://devenv.cachix.org"
"https://nix-community.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="
"sportradar.cachix.org-1:6MyCzOfUMeMTxU5QnogkyYOBtr5f5atW/qeS+TjmUfE="
"yurrriq.cachix.org-1:evpJ5wKluf7QOCcv69VkIxCOtHgubrqXlZpp3JAXLBE="
];
Expand Down

0 comments on commit 64cf153

Please sign in to comment.