Merge pull request #210930 from pennae/installer-test-no-docs
nixosTests.installer.*: disable documentation
This commit is contained in:
commit
6dccdc4585
1 changed files with 2 additions and 0 deletions
|
@ -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 ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue