diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2020-03-25 00:43:49 +0100 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2020-03-25 00:43:49 +0100 |
commit | 75d88edab0aecd0033b5d5b6257af46718e87bf4 (patch) | |
tree | 16475beb418295c8c08075df3f2d7f4cb46c481e | |
parent | f2bc9fcc92b6987e4371488822d9b137f217f32d (diff) | |
download | Nix-75d88edab0aecd0033b5d5b6257af46718e87bf4.tar.gz Nix-75d88edab0aecd0033b5d5b6257af46718e87bf4.tar.zst Nix-75d88edab0aecd0033b5d5b6257af46718e87bf4.zip |
Fix binary cache missing nixos
-rw-r--r-- | modules/private/system/dilion.nix | 2 |
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 |