diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2015-11-07 00:09:35 +0000 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2015-11-07 00:09:35 +0000 |
| commit | 50eb37e384c52dd1087a55310f05530f4831cdce (patch) | |
| tree | ef09bbd8e93b96ba1d0c85f2536016b5dc3b8d2a | |
| parent | f4600f910771a3e097126ad1b6ccf00c039f240b (diff) | |
| download | nixos-50eb37e384c52dd1087a55310f05530f4831cdce.tar nixos-50eb37e384c52dd1087a55310f05530f4831cdce.tar.gz nixos-50eb37e384c52dd1087a55310f05530f4831cdce.tar.bz2 nixos-50eb37e384c52dd1087a55310f05530f4831cdce.tar.xz nixos-50eb37e384c52dd1087a55310f05530f4831cdce.zip | |
chopped out hydra due to temporary sanity
| -rw-r--r-- | vali.nix | 6 |
1 files changed, 2 insertions, 4 deletions
| @@ -142,11 +142,9 @@ rec { | |||
| 142 | nixpkgs.config.allowUnfree = true; | 142 | nixpkgs.config.allowUnfree = true; |
| 143 | 143 | ||
| 144 | nix = { | 144 | nix = { |
| 145 | binaryCaches = [ "https://hydra.nixos.org" | 145 | binaryCaches = [ "https://cache.nixos.org" |
| 146 | "https://cache.nixos.org" | ||
| 147 | ]; | 146 | ]; |
| 148 | binaryCachePublicKeys = [ "hydra.nixos.org-1:CNHJZBh9K4tP3EKF6FkkgeVYsS3ohTl+oS0Qa8bezVs=" | 147 | binaryCachePublicKeys = [ "cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=" |
| 149 | "cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=" | ||
| 150 | ]; | 148 | ]; |
| 151 | extraOptions = '' | 149 | extraOptions = '' |
| 152 | binary-caches-parallel-connections=10 | 150 | binary-caches-parallel-connections=10 |
