forked from mirrors/nixpkgs
nixos/tests/systemd-repart: use qemu_kvm (host arch) instead of qemu (all arches)
This commit is contained in:
parent
b69534e072
commit
f9d741912f
|
@ -21,7 +21,7 @@ let
|
|||
shutil.copyfile("${machine.system.build.diskImage}/nixos.img", tmp_disk_image.name)
|
||||
|
||||
subprocess.run([
|
||||
"${pkgs.qemu}/bin/qemu-img",
|
||||
"${machine.config.virtualisation.qemu.package}/bin/qemu-img",
|
||||
"resize",
|
||||
"-f",
|
||||
"raw",
|
||||
|
|
Loading…
Reference in a new issue