diff options
author | stuebinm | 2023-07-01 00:32:33 +0200 |
---|---|---|
committer | stuebinm | 2023-07-01 00:32:33 +0200 |
commit | d43d02522c653ad65f8662463b5cfa0fa08b89df (patch) | |
tree | ff7a8fc73ae020c5582243aaf75aa06ba5045335 /common | |
parent | 7ee16b632dcd6ce0e0a3341886eabc2f3abe226c (diff) |
remove the iohk binary cache
forgot to commit this for ages. who wants a blockchain company to build
their substitutes?
Diffstat (limited to '')
-rw-r--r-- | common/desktop.nix | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/common/desktop.nix b/common/desktop.nix index 376bd87..857a93e 100644 --- a/common/desktop.nix +++ b/common/desktop.nix @@ -10,14 +10,6 @@ plugin-files = ${pkgs.nix-doc}/lib/libnix_doc_plugin.so ''; - # for haskell.nix compilers -# 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. services.printing = { enable = true; |