diff --git a/artiq/windows/qemu.nix b/artiq/windows/qemu.nix index 4cd3986..5601160 100644 --- a/artiq/windows/qemu.nix +++ b/artiq/windows/qemu.nix @@ -23,7 +23,7 @@ let "-device" "e1000,netdev=n1" ]; argStr = builtins.concatStringsSep " " (args ++ extraArgs); - in "qemu-system-x86_64 ${argStr}"; + in "${qemu_kvm}/bin/qemu-system-x86_64 ${argStr}"; sshOpts = "-o StrictHostKeyChecking=accept-new -o UserKnownHostsFile=/tmp/known_hosts"; ssh = cmd: ''