nixos/tests/systemd-repart: use qemu_kvm (host arch) instead of qemu (all arches)

This commit is contained in:
Raito Bezarius 2023-04-28 23:51:39 +02:00
parent b69534e072
commit f9d741912f

View File

@ -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",