Skip to content

Commit fe0ba1b

Browse files
committed
chore(nix): add extra-trusted-substituters
Signed-off-by: Roman Volosatovs <rvolosatovs@riseup.net>
1 parent e0b0f01 commit fe0ba1b

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

flake.nix

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@
66
"https://crane.cachix.org"
77
"https://nix-community.cachix.org"
88
];
9+
nixConfig.extra-trusted-substituters = [
10+
"https://bytecodealliance.cachix.org"
11+
"https://wasmcloud.cachix.org"
12+
"https://nixify.cachix.org"
13+
"https://crane.cachix.org"
14+
"https://nix-community.cachix.org"
15+
];
916
nixConfig.extra-trusted-public-keys = [
1017
"bytecodealliance.cachix.org-1:0SBgh//n2n0heh0sDFhTm+ZKBRy2sInakzFGfzN531Y="
1118
"wasmcloud.cachix.org-1:9gRBzsKh+x2HbVVspreFg/6iFRiD4aOcUQfXVDl3hiM="

0 commit comments

Comments
 (0)