Don't try hashed mirrors in the installer test

This commit is contained in:
Eelco Dolstra 2018-02-27 20:30:06 +01:00
parent 9fc786c3a4
commit ceb0a28e8c
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE

View file

@ -243,6 +243,11 @@ let
++ optionals (bootLoader == "grub" && grubVersion == 2) [ pkgs.grub2 pkgs.grub2_efi ];
nix.binaryCaches = mkForce [ ];
nix.extraOptions =
''
hashed-mirrors =
connect-timeout = 1
'';
};
};