summary refs log tree commit diff
path: root/nixos/modules/hardware
diff options
context:
space:
mode:
authorNathaniel Baxter <nathaniel.baxter@gmail.com>2014-09-06 14:17:00 +1000
committerNathaniel Baxter <nathaniel.baxter@gmail.com>2014-09-07 12:40:40 +1000
commit45f4b8b3adabfe8f19ef358e0d7d84df2c3c4723 (patch)
treed34476fa43c2dd091f5ddb6a55dbaca349b87e40 /nixos/modules/hardware
parentc16874c4c0e8f0980d1000b4024239146c02028d (diff)
downloadnixpkgs-45f4b8b3adabfe8f19ef358e0d7d84df2c3c4723.tar
nixpkgs-45f4b8b3adabfe8f19ef358e0d7d84df2c3c4723.tar.gz
nixpkgs-45f4b8b3adabfe8f19ef358e0d7d84df2c3c4723.tar.bz2
nixpkgs-45f4b8b3adabfe8f19ef358e0d7d84df2c3c4723.tar.lz
nixpkgs-45f4b8b3adabfe8f19ef358e0d7d84df2c3c4723.tar.xz
nixpkgs-45f4b8b3adabfe8f19ef358e0d7d84df2c3c4723.tar.zst
nixpkgs-45f4b8b3adabfe8f19ef358e0d7d84df2c3c4723.zip
ati_unfree: Towards using ati unfree 32bit binary libs
Diffstat (limited to 'nixos/modules/hardware')
-rw-r--r--nixos/modules/hardware/video/ati.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/hardware/video/ati.nix b/nixos/modules/hardware/video/ati.nix
index 4ae1711318f..033e49d2233 100644
--- a/nixos/modules/hardware/video/ati.nix
+++ b/nixos/modules/hardware/video/ati.nix
@@ -22,7 +22,7 @@ in
       { name = "fglrx"; modules = [ ati_x11 ]; libPath = [ "${ati_x11}/lib" ]; };
 
     hardware.opengl.package = ati_x11;
-    #hardware.opengl.package32 = pkgs_i686.linuxPackages.ati_x11.override { libsOnly = true; kernel = null; };
+    hardware.opengl.package32 = pkgs_i686.linuxPackages.ati_drivers_x11.override { libsOnly = true; kernel = null; };
 
     environment.systemPackages = [ ati_x11 ];