tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
Don't try hashed mirrors in the installer test
Eelco Dolstra
8 years ago
ceb0a28e
9fc786c3
+5
1 changed file
expand all
collapse all
unified
split
nixos
tests
installer.nix
+5
nixos/tests/installer.nix
···
243
243
++ optionals (bootLoader == "grub" && grubVersion == 2) [ pkgs.grub2 pkgs.grub2_efi ];
244
244
245
245
nix.binaryCaches = mkForce [ ];
246
246
+
nix.extraOptions =
247
247
+
''
248
248
+
hashed-mirrors =
249
249
+
connect-timeout = 1
250
250
+
'';
246
251
};
247
252
248
253
};