From 38d7c89a8b0e9948620abc0821c8efdb7c305211 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Mon, 15 Jun 2020 20:08:39 +0800 Subject: [PATCH] wfvm: fix QEMU not found in wfvm-run --- artiq-fast/wfvm/utils.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artiq-fast/wfvm/utils.nix b/artiq-fast/wfvm/utils.nix index ffdfc37..c2e0622 100644 --- a/artiq-fast/wfvm/utils.nix +++ b/artiq-fast/wfvm/utils.nix @@ -83,7 +83,7 @@ rec { ]); in pkgs.writeShellScriptBin "wfvm-run-${name}" '' 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