qemu_test: Remove hostCpuOnly flag

This commit is contained in:
Jacek Galowicz
2026-07-13 21:53:52 +02:00
parent 61b07b39ab
commit 00c97895aa
-1
View File
@@ -8022,7 +8022,6 @@ with pkgs;
qemu_test = lowPrio (
qemu.override {
hostCpuOnly = true;
nixosTestRunner = true;
}
);