Remove iog cache

This commit is contained in:
Natsu Kagami 2023-09-11 11:05:18 +02:00
parent 021d1a8d96
commit 97b39262e3
Signed by: nki
GPG key ID: 55A032EB38B49ADB

View file

@ -78,10 +78,10 @@
];
# Binary Cache for Haskell.nix
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 = [
"https://cache.iog.io"
# "https://cache.iog.io"
];
};
nixpkgsAsRegistry = nixpkgsAsRegistry_ nixpkgs;