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
parent 285b6b707e
commit ee524f569d
+3
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 = ''