summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstuebinm2022-04-02 20:21:06 +0200
committerstuebinm2022-04-02 20:23:15 +0200
commitd133ce059acc63fd97d44378db8f372a463af042 (patch)
treea88d703ad79041905bcde4e1332d877e6bc9032e
parent5b0c3ee1b677e8c50da3b0034c8a5d7c68166dbb (diff)
don't trust the iohk substitution server
-rw-r--r--common/desktop.nix12
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.