Skip to content

Commit

Permalink
Don't try hashed mirrors in the installer test
Browse files Browse the repository at this point in the history
  • Loading branch information
edolstra committed Feb 27, 2018
1 parent 9fc786c commit ceb0a28
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions nixos/tests/installer.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
'';
};

};
Expand Down

0 comments on commit ceb0a28

Please sign in to comment.