vanadium: add more substituters

This commit is contained in:
Primrose 2025-10-16 17:15:17 +08:00
parent cb67ce3536
commit 329eabd171
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA

View file

@ -112,15 +112,17 @@
nix = {
settings = {
# extra-substituters = [
# "https://ghc-nix.cachix.org"
# "https://haskell-language-server.cachix.org"
# "https://helix.cachix.org"
# ];
extra-substituters = [
"https://ghc-nix.cachix.org"
"https://haskell-language-server.cachix.org"
"https://helix.cachix.org"
"https://cache.iog.io"
];
extra-trusted-public-keys = [
"ghc-nix.cachix.org-1:ziC/I4BPqeA4VbtOFpFpu6D1t6ymFvRWke/lc2+qjcg="
"haskell-language-server.cachix.org-1:juFfHrwkOxqIOZShtC4YC1uT1bBcq2RSvC7OMKx0Nz8="
"helix.cachix.org-1:ejp9KQpR1FBI2onstMQ34yogDm4OgU2ru6lIwPvuCVs="
"hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ="
];
};
};