minor cache change
This commit is contained in:
parent
cf33882b00
commit
e79e9fca82
1 changed files with 5 additions and 5 deletions
|
@ -183,13 +183,13 @@
|
|||
programs.zsh.enable = true;
|
||||
users.defaultUserShell = pkgs.zsh;
|
||||
|
||||
# Binary Cache for Haskell.nix
|
||||
nix.settings.trusted-public-keys = [
|
||||
"hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ="
|
||||
];
|
||||
# # Binary Cache for Haskell.nix
|
||||
# nix.settings.trusted-public-keys = [
|
||||
# "hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ="
|
||||
# ];
|
||||
nix.settings.substituters = [
|
||||
"https://aseipp-nix-cache.global.ssl.fastly.net"
|
||||
"https://cache.iog.io"
|
||||
# "https://cache.iog.io"
|
||||
];
|
||||
|
||||
# environment variables
|
||||
|
|
Loading…
Reference in a new issue