From eccc0f0afd484bfc353ed384652730a892b45775 Mon Sep 17 00:00:00 2001 From: Alexander Kobjolke Date: Wed, 31 Jan 2024 08:35:42 +0100 Subject: [PATCH] modules: Update url of haskell.nix binary cache --- modules/iohk.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/iohk.nix b/modules/iohk.nix index b4215c9..69d1cb3 100644 --- a/modules/iohk.nix +++ b/modules/iohk.nix @@ -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" ]; }