use upstream qemu for wayland feature

This commit is contained in:
Jörg Thalheim
2024-01-17 11:00:45 +01:00
parent c66df25ad1
commit 04ceef6633

View File

@@ -225,10 +225,7 @@ def run_vm(
disk_img=disk_img,
)
if vm.wayland:
packages = ["git+https://git.clan.lol/clan/clan-core.git#qemu-wayland"]
else:
packages = ["nixpkgs#qemu"]
packages = ["nixpkgs#qemu"]
env = os.environ.copy()
if vm.graphics and not vm.wayland: