Skip to content

Commit 3a9450b

Browse files
gabyxEnzime
authored andcommitted
fix: forward arguments to vmWithDisko
1 parent 67ff980 commit 3a9450b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/interactive-vm.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,6 @@ in
8282
-F qcow2 "$tmp"/${lib.escapeShellArg disk.imageName}.qcow2
8383
'') disks}
8484
set +f
85-
${config.system.build.vm}/bin/run-*-vm
85+
${config.system.build.vm}/bin/run-*-vm "$@"
8686
'';
8787
}

0 commit comments

Comments
 (0)