about summary refs log tree commit diff
path: root/nixos/tests
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2020-04-03 21:55:10 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2020-04-03 21:55:10 +0200
commitedaa972160d05379075ac29db67c879aebc4cb46 (patch)
treef558a27dd124773daf492588dcb244aaee953228 /nixos/tests
parent35916a8c4b6c6af92f78392c1410c5f20590dc6e (diff)
parent92124ed660c033aa3caa467876f7bc1c6f514d77 (diff)
downloadnixlib-edaa972160d05379075ac29db67c879aebc4cb46.tar
nixlib-edaa972160d05379075ac29db67c879aebc4cb46.tar.gz
nixlib-edaa972160d05379075ac29db67c879aebc4cb46.tar.bz2
nixlib-edaa972160d05379075ac29db67c879aebc4cb46.tar.lz
nixlib-edaa972160d05379075ac29db67c879aebc4cb46.tar.xz
nixlib-edaa972160d05379075ac29db67c879aebc4cb46.tar.zst
nixlib-edaa972160d05379075ac29db67c879aebc4cb46.zip
Merge staging-next into staging
Diffstat (limited to 'nixos/tests')
-rw-r--r--nixos/tests/os-prober.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/tests/os-prober.nix b/nixos/tests/os-prober.nix
index 5407a62339fe..6a38f5ca531c 100644
--- a/nixos/tests/os-prober.nix
+++ b/nixos/tests/os-prober.nix
@@ -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"  ''