Skip to content

Commit

Permalink
chore(nix): add extra-trusted-substituters
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Volosatovs <[email protected]>
  • Loading branch information
rvolosatovs committed Nov 6, 2024
1 parent 108b06b commit 80b4924
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@
"https://crane.cachix.org"
"https://nix-community.cachix.org"
];
nixConfig.extra-trusted-substituters = [
"https://bytecodealliance.cachix.org"
"https://wasmcloud.cachix.org"
"https://nixify.cachix.org"
"https://crane.cachix.org"
"https://nix-community.cachix.org"
];
nixConfig.extra-trusted-public-keys = [
"bytecodealliance.cachix.org-1:0SBgh//n2n0heh0sDFhTm+ZKBRy2sInakzFGfzN531Y="
"wasmcloud.cachix.org-1:9gRBzsKh+x2HbVVspreFg/6iFRiD4aOcUQfXVDl3hiM="
Expand Down

0 comments on commit 80b4924

Please sign in to comment.