diff options
author | stuebinm | 2022-04-02 20:21:06 +0200 |
---|---|---|
committer | stuebinm | 2022-04-02 20:23:15 +0200 |
commit | d133ce059acc63fd97d44378db8f372a463af042 (patch) | |
tree | a88d703ad79041905bcde4e1332d877e6bc9032e /common | |
parent | 5b0c3ee1b677e8c50da3b0034c8a5d7c68166dbb (diff) |
don't trust the iohk substitution server
Diffstat (limited to 'common')
-rw-r--r-- | common/desktop.nix | 12 |
1 files 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. |