Commit a88a5156 authored by pennae's avatar pennae
Browse files

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
parent c596c05f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -21,6 +21,8 @@ let
            <nixpkgs/nixos/modules/testing/test-instrumentation.nix>
          ];

        documentation.enable = false;

        # To ensure that we can rebuild the grub configuration on the nixos-rebuild
        system.extraDependencies = with pkgs; [ stdenvNoCC ];