Change name of driverInteractive option to match nixpkgs.

This commit is contained in:
r-vdp 2023-10-12 10:55:04 +02:00
parent e51a1d3ed0
commit fc7ea5814d
No known key found for this signature in database

View file

@ -361,7 +361,7 @@ in
''; '';
passthru = { passthru = {
runVM = hostPkgs.writeShellScriptBin "run-vm" driverInteractive = hostPkgs.writeShellScriptBin "run-vm"
(defaultTest { (defaultTest {
extraDriverArgs = "--interactive"; extraDriverArgs = "--interactive";
}); });