From f9d741912f30cb0819eb426dca03125b54260bc7 Mon Sep 17 00:00:00 2001 From: Raito Bezarius Date: Fri, 28 Apr 2023 23:51:39 +0200 Subject: [PATCH] nixos/tests/systemd-repart: use qemu_kvm (host arch) instead of qemu (all arches) --- nixos/tests/systemd-repart.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/tests/systemd-repart.nix b/nixos/tests/systemd-repart.nix index 36de5d988fdb..b1d19c2b7cc1 100644 --- a/nixos/tests/systemd-repart.nix +++ b/nixos/tests/systemd-repart.nix @@ -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",