1
0
forked from clan/clan-core

use upstream qemu for wayland feature

This commit is contained in:
Jörg Thalheim 2024-01-17 11:00:45 +01:00
parent 776b238d9c
commit 1d2f003210

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: