mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
vanadium: add ghc.nix cache
This commit is contained in:
parent
4e77f50b6f
commit
b361d6b13c
1 changed files with 8 additions and 0 deletions
|
|
@ -47,4 +47,12 @@
|
||||||
# pkgs.vscode-extensions.vscjava.vscode-java-pack
|
# pkgs.vscode-extensions.vscjava.vscode-java-pack
|
||||||
# ];
|
# ];
|
||||||
# };
|
# };
|
||||||
|
|
||||||
|
# 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="];
|
||||||
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue