tests: disable documentation

This commit is contained in:
lassulus 2023-08-10 14:15:27 +02:00 committed by mergify[bot]
parent 0725574ad8
commit 7178a815e9
2 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,7 @@ diskoLib.makeDiskImageScript {
nixosConfig = pkgs.nixos [
../module.nix
../example/simple-efi.nix
{ documentation.enable = false; }
];
checked = true;
}

View File

@ -5,5 +5,6 @@ diskoLib.makeDiskImage {
nixosConfig = pkgs.nixos [
../module.nix
../example/simple-efi.nix
{ documentation.enable = false; }
];
}