summary refs log tree commit diff
path: root/nixos/modules/hardware
diff options
context:
space:
mode:
authorK900 <me@0upti.me>2023-09-26 17:57:48 +0300
committerK900 <me@0upti.me>2023-09-26 18:02:00 +0300
commitc018561f5467bdbcae1364220000d69431771d68 (patch)
tree3f5e031312ccce91f8061b3663b44f3d4bae1a70 /nixos/modules/hardware
parent7a7c1859cdb11ba331a75b9a4888e36f5ef17aca (diff)
downloadnixpkgs-c018561f5467bdbcae1364220000d69431771d68.tar
nixpkgs-c018561f5467bdbcae1364220000d69431771d68.tar.gz
nixpkgs-c018561f5467bdbcae1364220000d69431771d68.tar.bz2
nixpkgs-c018561f5467bdbcae1364220000d69431771d68.tar.lz
nixpkgs-c018561f5467bdbcae1364220000d69431771d68.tar.xz
nixpkgs-c018561f5467bdbcae1364220000d69431771d68.tar.zst
nixpkgs-c018561f5467bdbcae1364220000d69431771d68.zip
nixos/amdgpu-pro: remove `nixpkgs.config` usage
A new X.org ABI is exceptionally unlikely at this point, and we can
add an assertion if it ever happens.
Diffstat (limited to 'nixos/modules/hardware')
-rw-r--r--nixos/modules/hardware/video/amdgpu-pro.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/nixos/modules/hardware/video/amdgpu-pro.nix b/nixos/modules/hardware/video/amdgpu-pro.nix
index 299a30b0629..605aa6ef8b8 100644
--- a/nixos/modules/hardware/video/amdgpu-pro.nix
+++ b/nixos/modules/hardware/video/amdgpu-pro.nix
@@ -20,9 +20,6 @@ in
 {
 
   config = mkIf enabled {
-
-    nixpkgs.config.xorg.abiCompat = "1.20";
-
     services.xserver.drivers = singleton
       { name = "amdgpu"; modules = [ package ]; display = true; };