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

nixosTests.installer.*: disable documentation
This commit is contained in:
K900 2023-01-15 18:25:41 +03:00 committed by GitHub
commit 6dccdc4585
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ];