diff --git a/nixos/lib/build-vms.nix b/nixos/lib/build-vms.nix index a5580f4712e..ba8e13b431a 100644 --- a/nixos/lib/build-vms.nix +++ b/nixos/lib/build-vms.nix @@ -37,9 +37,9 @@ rec { ../modules/testing/test-instrumentation.nix # !!! should only get added for automated test runs { key = "no-manual"; documentation.nixos.enable = false; } { key = "qemu"; system.build.qemu = qemu; } + { key = "nodes"; _module.args.nodes = nodes; } ] ++ optional minimal ../modules/testing/minimal-kernel.nix ++ extraConfigurations; - extraArgs = { inherit nodes; }; };