mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
nixosTests.dwl: fix on aarch64-linux
e.g. https://hydra.nixos.org/build/318572543/nixlog/1
This commit is contained in:
parent
285b6b707e
commit
ee524f569d
1 changed files with 3 additions and 0 deletions
|
|
@ -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 = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue