about summary refs log tree commit diff
path: root/nixos/tests/openarena.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/openarena.nix')
-rw-r--r--nixos/tests/openarena.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/openarena.nix b/nixos/tests/openarena.nix
index 63dc1b9a68570..4dfe71a9a1e95 100644
--- a/nixos/tests/openarena.nix
+++ b/nixos/tests/openarena.nix
@@ -5,7 +5,7 @@ let
     { pkgs, ... }:
 
     { imports = [ ./common/x11.nix ];
-      hardware.opengl.driSupport = true;
+      hardware.graphics.enable = true;
       environment.systemPackages = [ pkgs.openarena ];
     };