Remove iog cache
This commit is contained in:
parent
021d1a8d96
commit
97b39262e3
|
@ -78,10 +78,10 @@
|
||||||
];
|
];
|
||||||
# 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://cache.iog.io"
|
# "https://cache.iog.io"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
nixpkgsAsRegistry = nixpkgsAsRegistry_ nixpkgs;
|
nixpkgsAsRegistry = nixpkgsAsRegistry_ nixpkgs;
|
||||||
|
|
Loading…
Reference in a new issue