forked from M-Labs/nix-scripts
wfvm: fix QEMU not found in wfvm-run
This commit is contained in:
parent
72357a62f1
commit
38d7c89a8b
|
@ -83,7 +83,7 @@ rec {
|
||||||
]);
|
]);
|
||||||
in pkgs.writeShellScriptBin "wfvm-run-${name}" ''
|
in pkgs.writeShellScriptBin "wfvm-run-${name}" ''
|
||||||
set -m
|
set -m
|
||||||
qemu-system-x86_64 ${pkgs.lib.concatStringsSep " " qemuParams} &
|
${qemu}/bin/qemu-system-x86_64 ${pkgs.lib.concatStringsSep " " qemuParams} &
|
||||||
|
|
||||||
${win-wait}/bin/win-wait
|
${win-wait}/bin/win-wait
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue