modules: Update url of haskell.nix binary cache

This commit is contained in:
Alexander Kobjolke 2024-01-31 08:35:42 +01:00
parent dbe14a7d9a
commit eccc0f0afd

View file

@ -3,7 +3,7 @@
{
# Binary Cache for Haskell.nix
nix.settings.trusted-public-keys =
[ "hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ=" ];
[ "cache.iog.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ=" ];
nix.settings.substituters = lib.mkAfter [ "https://hydra.iohk.io" ];
nix.settings.substituters = lib.mkAfter [ "https://cache.iog.io" ];
}