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

View File

@@ -21,6 +21,8 @@ let
<nixpkgs/nixos/modules/testing/test-instrumentation.nix> <nixpkgs/nixos/modules/testing/test-instrumentation.nix>
]; ];
documentation.enable = false;
# To ensure that we can rebuild the grub configuration on the nixos-rebuild # To ensure that we can rebuild the grub configuration on the nixos-rebuild
system.extraDependencies = with pkgs; [ stdenvNoCC ]; system.extraDependencies = with pkgs; [ stdenvNoCC ];