summary refs log tree commit diff
diff options
context:
space:
mode:
authorK900 <me@0upti.me>2023-01-15 18:25:41 +0300
committerGitHub <noreply@github.com>2023-01-15 18:25:41 +0300
commit6dccdc458512abce8d19f74195bb20fdb067df50 (patch)
tree7b628a9c8b790ea0c60d6c3e36be3f89772ce696
parenta0b050e15a0e60226350fd861486ed52820b5a8f (diff)
parenta88a515653153d141bf22622a1af5b7e9ae3406d (diff)
downloadnixpkgs-6dccdc458512abce8d19f74195bb20fdb067df50.tar
nixpkgs-6dccdc458512abce8d19f74195bb20fdb067df50.tar.gz
nixpkgs-6dccdc458512abce8d19f74195bb20fdb067df50.tar.bz2
nixpkgs-6dccdc458512abce8d19f74195bb20fdb067df50.tar.lz
nixpkgs-6dccdc458512abce8d19f74195bb20fdb067df50.tar.xz
nixpkgs-6dccdc458512abce8d19f74195bb20fdb067df50.tar.zst
nixpkgs-6dccdc458512abce8d19f74195bb20fdb067df50.zip
Merge pull request #210930 from pennae/installer-test-no-docs
nixosTests.installer.*: disable documentation
-rw-r--r--nixos/tests/installer.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/tests/installer.nix b/nixos/tests/installer.nix
index 70f5c9fa009..4bc4a3ae807 100644
--- a/nixos/tests/installer.nix
+++ b/nixos/tests/installer.nix
@@ -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 ];