Merge pull request #193959 from Ma27/fix-nixos-build-vms

nixos/nixos-build-vms: fix eval
This commit is contained in:
Maximilian Bosch 2022-10-01 22:38:59 +02:00 committed by GitHub
commit 1a87cc86f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ let
inherit system pkgs;
};
interactiveDriver = (testing.makeTest { inherit nodes; name = "network"; testScript = "start_all(); join_all();"; }).driverInteractive;
interactiveDriver = (testing.makeTest { inherit nodes; name = "network"; testScript = "start_all(); join_all();"; }).test.driverInteractive;
in