1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

nixos/tests/os-prober.nix: fix out of memory

This commit is contained in:
Symphorien Gibol 2020-03-29 12:00:00 +00:00
parent 671dc2a5ca
commit 6a2f64a542

View file

@ -51,6 +51,8 @@ let
hashed-mirrors =
connect-timeout = 1
'';
# save some memory
documentation.enable = false;
};
# /etc/nixos/configuration.nix for the vm
configFile = pkgs.writeText "configuration.nix" ''