nixosTests.dwl: fix on aarch64-linux

e.g. https://hydra.nixos.org/build/318572543/nixlog/1
This commit is contained in:
Leona Maroni 2026-01-14 19:33:33 +01:00
commit ee524f569d
No known key found for this signature in database
GPG key ID: 818A0628A98C1DE8

View file

@ -23,6 +23,9 @@
services.displayManager.defaultSession = lib.mkForce "dwl";
programs.dwl.enable = true;
# Need to switch to a different GPU driver than the default one (-vga std) so that dwl works on aarch64-linux
virtualisation.qemu.options = [ "-vga none -device virtio-gpu-pci" ];
};
testScript = ''