lol

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

nixosTests.installer.*: disable documentation

authored by

K900 and committed by
GitHub
6dccdc45 a0b050e1

+2
+2
nixos/tests/installer.nix
··· 21 21 <nixpkgs/nixos/modules/testing/test-instrumentation.nix> 22 22 ]; 23 23 24 + documentation.enable = false; 25 + 24 26 # To ensure that we can rebuild the grub configuration on the nixos-rebuild 25 27 system.extraDependencies = with pkgs; [ stdenvNoCC ]; 26 28