Unverified Commit 6dccdc45 authored by K900's avatar K900 Committed by GitHub
Browse files

Merge pull request #210930 from pennae/installer-test-no-docs

nixosTests.installer.*: disable documentation
parents a0b050e1 a88a5156
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 ];