From d133ce059acc63fd97d44378db8f372a463af042 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Sat, 2 Apr 2022 20:21:06 +0200 Subject: don't trust the iohk substitution server --- common/desktop.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/common/desktop.nix b/common/desktop.nix index 03c8a8f..0ed365e 100644 --- a/common/desktop.nix +++ b/common/desktop.nix @@ -13,12 +13,12 @@ ''; # for haskell.nix compilers - nix.binaryCachePublicKeys = [ - "hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ=" - ]; - nix.binaryCaches = [ - "https://hydra.iohk.io" - ]; +# nix.binaryCachePublicKeys = [ +# "hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ=" +# ]; +# nix.binaryCaches = [ +# "https://hydra.iohk.io" +# ]; # Enable CUPS to print documents. -- cgit v1.2.3