forked from M-Labs/nix-scripts
windows: remove qemu -> qemu_kvm indirection
This commit is contained in:
parent
70ae89b91c
commit
196c24b24f
|
@ -8,8 +8,7 @@
|
|||
with pkgs;
|
||||
|
||||
let
|
||||
qemu = qemu_kvm;
|
||||
qemu-img = "${qemu}/bin/qemu-img";
|
||||
qemu-img = "${qemu_kvm}/bin/qemu-img";
|
||||
runQemu = isolateNetwork: extraArgs:
|
||||
let
|
||||
restrict =
|
||||
|
@ -44,5 +43,5 @@ let
|
|||
in
|
||||
{
|
||||
inherit qemu-img runQemu ssh scp;
|
||||
inputs = [ qemu openssh sshpass ];
|
||||
inputs = [ qemu_kvm openssh sshpass ];
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue