From b140839dd25520a907f1b002e1a9c3cdc529dacc Mon Sep 17 00:00:00 2001 From: K900 Date: Tue, 25 Mar 2025 19:34:45 +0300 Subject: [PATCH] nixosTests.misc: don't build docs They're not used, saves a statistically insignificant amount of Hydra time. --- nixos/tests/misc.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nixos/tests/misc.nix b/nixos/tests/misc.nix index 5734b900f152..55d719aeafbb 100644 --- a/nixos/tests/misc.nix +++ b/nixos/tests/misc.nix @@ -19,7 +19,6 @@ import ./make-test-python.nix ( } ]; environment.variables.EDITOR = lib.mkOverride 0 "emacs"; - documentation.nixos.enable = lib.mkOverride 0 true; systemd.tmpfiles.rules = [ "d /tmp 1777 root root 10d" ]; systemd.tmpfiles.settings."10-test"."/tmp/somefile".d = { }; virtualisation.fileSystems = {