nixosTests.dwl: fix on aarch64-linux
e.g. https://hydra.nixos.org/build/318572543/nixlog/1
This commit is contained in:
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user