Skip to content

Commit

Permalink
nixos/tests/os-prober.nix: fix out of memory
Browse files Browse the repository at this point in the history
  • Loading branch information
symphorien committed Mar 29, 2020
1 parent 671dc2a commit 6a2f64a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nixos/tests/os-prober.nix
Expand Up @@ -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" ''
Expand Down

0 comments on commit 6a2f64a

Please sign in to comment.