From a88a515653153d141bf22622a1af5b7e9ae3406d Mon Sep 17 00:00:00 2001 From: pennae Date: Sun, 15 Jan 2023 16:06:07 +0100 Subject: [PATCH] nixosTests.installer.*: disable documentation building the manual takes a pretty long time and sufficient memory to cause hydra failures: https://hydra.nixos.org/build/205689097#tabs-buildsteps --- nixos/tests/installer.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nixos/tests/installer.nix b/nixos/tests/installer.nix index 70f5c9fa0092..4bc4a3ae807e 100644 --- a/nixos/tests/installer.nix +++ b/nixos/tests/installer.nix @@ -21,6 +21,8 @@ let ]; + documentation.enable = false; + # To ensure that we can rebuild the grub configuration on the nixos-rebuild system.extraDependencies = with pkgs; [ stdenvNoCC ];