vanadium: haskell-language-server cache

This commit is contained in:
Primrose 2025-06-08 12:21:11 +02:00
parent 52a8b37a1d
commit 08c2a3cded
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA

View file

@ -48,11 +48,16 @@
# ];
# };
# ghc.nix cache
nix = {
settings = {
extra-substituters = ["https://ghc-nix.cachix.org"];
extra-trusted-public-keys = ["ghc-nix.cachix.org-1:ziC/I4BPqeA4VbtOFpFpu6D1t6ymFvRWke/lc2+qjcg="];
extra-substituters = [
"https://ghc-nix.cachix.org"
"https://haskell-language-server.cachix.org"
];
extra-trusted-public-keys = [
"ghc-nix.cachix.org-1:ziC/I4BPqeA4VbtOFpFpu6D1t6ymFvRWke/lc2+qjcg="
"haskell-language-server.cachix.org-1:juFfHrwkOxqIOZShtC4YC1uT1bBcq2RSvC7OMKx0Nz8="
];
};
};
}