about summary refs log tree commit diff
path: root/nixos/tests
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2023-09-25 07:46:34 +0000
committerJörg Thalheim <Mic92@users.noreply.github.com>2023-09-25 13:04:20 +0200
commitc5c30274a30231438347f2ede1a504b9b5c86b9a (patch)
treee8a2ea6db86a3bb6f3fac77fb1be769945fe8ebd /nixos/tests
parent54c3b0f1dae6a321b0f42bdd7ce1b3437c32dc25 (diff)
nixosTests.tinywl: fix by adding Mesa drivers
Required since upstream commit 49738406 ("render: don't fall back to
Pixman if we have a render node").
Diffstat (limited to 'nixos/tests')
-rw-r--r--nixos/tests/tinywl.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/tests/tinywl.nix b/nixos/tests/tinywl.nix
index 411cdb1f64192..9199866b57af7 100644
--- a/nixos/tests/tinywl.nix
+++ b/nixos/tests/tinywl.nix
@@ -16,6 +16,8 @@ import ./make-test-python.nix ({ pkgs, lib, ... }:
         systemPackages = with pkgs; [ tinywl foot wayland-utils ];
       };
 
+      hardware.opengl.enable = true;
+
       # Automatically start TinyWL when logging in on tty1:
       programs.bash.loginShellInit = ''
         if [ "$(tty)" = "/dev/tty1" ]; then