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;
|
programs.zsh.enable = true;
|
||||||
users.defaultUserShell = pkgs.zsh;
|
users.defaultUserShell = pkgs.zsh;
|
||||||
|
|
||||||
# Binary Cache for Haskell.nix
|
# # Binary Cache for Haskell.nix
|
||||||
nix.settings.trusted-public-keys = [
|
# nix.settings.trusted-public-keys = [
|
||||||
"hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ="
|
# "hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ="
|
||||||
];
|
# ];
|
||||||
nix.settings.substituters = [
|
nix.settings.substituters = [
|
||||||
"https://aseipp-nix-cache.global.ssl.fastly.net"
|
"https://aseipp-nix-cache.global.ssl.fastly.net"
|
||||||
"https://cache.iog.io"
|
# "https://cache.iog.io"
|
||||||
];
|
];
|
||||||
|
|
||||||
# environment variables
|
# environment variables
|
||||||
|
|
Loading…
Reference in a new issue