aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2020-03-25 00:43:49 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2020-03-25 00:43:49 +0100
commit75d88edab0aecd0033b5d5b6257af46718e87bf4 (patch)
tree16475beb418295c8c08075df3f2d7f4cb46c481e /modules
parentf2bc9fcc92b6987e4371488822d9b137f217f32d (diff)
downloadNix-75d88edab0aecd0033b5d5b6257af46718e87bf4.tar.gz
Nix-75d88edab0aecd0033b5d5b6257af46718e87bf4.tar.zst
Nix-75d88edab0aecd0033b5d5b6257af46718e87bf4.zip
Fix binary cache missing nixos
Diffstat (limited to 'modules')
-rw-r--r--modules/private/system/dilion.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/private/system/dilion.nix b/modules/private/system/dilion.nix
index 6c72fa6..788c2dc 100644
--- a/modules/private/system/dilion.nix
+++ b/modules/private/system/dilion.nix
@@ -104,7 +104,7 @@
104 "home-manager=https://github.com/rycee/home-manager/archive/release-19.03.tar.gz" 104 "home-manager=https://github.com/rycee/home-manager/archive/release-19.03.tar.gz"
105 "nixpkgs=https://nixos.org/channels/nixos-19.03/nixexprs.tar.xz" 105 "nixpkgs=https://nixos.org/channels/nixos-19.03/nixexprs.tar.xz"
106 ]; 106 ];
107 nix.binaryCaches = [ "https://hydra.iohk.io" ]; 107 nix.binaryCaches = [ "https://hydra.iohk.io" "https://cache.nixos.org" ];
108 nix.binaryCachePublicKeys = [ "hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ=" ]; 108 nix.binaryCachePublicKeys = [ "hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ=" ];
109 109
110 # This value determines the NixOS release with which your system is 110 # This value determines the NixOS release with which your system is