summary refs log tree commit diff
path: root/nixos/modules/hardware/video/amdgpu-pro.nix
diff options
context:
space:
mode:
authorNikolay Amiantov <ab@fmap.me>2017-01-31 03:35:31 +0300
committerNikolay Amiantov <ab@fmap.me>2017-01-31 03:36:25 +0300
commit98b0195dde0c2dad83759e314affc2d085d839cc (patch)
treeb65d8a4f95b3946689f26b5b5984d3c0ca1285a1 /nixos/modules/hardware/video/amdgpu-pro.nix
parent5fb5914c35a57147d9539229975459479c765cd7 (diff)
downloadnixlib-98b0195dde0c2dad83759e314affc2d085d839cc.tar
nixlib-98b0195dde0c2dad83759e314affc2d085d839cc.tar.gz
nixlib-98b0195dde0c2dad83759e314affc2d085d839cc.tar.bz2
nixlib-98b0195dde0c2dad83759e314affc2d085d839cc.tar.lz
nixlib-98b0195dde0c2dad83759e314affc2d085d839cc.tar.xz
nixlib-98b0195dde0c2dad83759e314affc2d085d839cc.tar.zst
nixlib-98b0195dde0c2dad83759e314affc2d085d839cc.zip
video services: don't install OpenCL files to /etc
They shouldn't be needed now that we search them in /run/opengl-driver.
Diffstat (limited to 'nixos/modules/hardware/video/amdgpu-pro.nix')
-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 979810abf90a..06a405ee057f 100644
--- a/nixos/modules/hardware/video/amdgpu-pro.nix
+++ b/nixos/modules/hardware/video/amdgpu-pro.nix
@@ -44,9 +44,6 @@ in
       "amd/amdrc".source = package + "/etc/amd/amdrc";
       "amd/amdapfxx.blb".source = package + "/etc/amd/amdapfxx.blb";
       "gbm/gbm.conf".source = package + "/etc/gbm/gbm.conf";
-      "OpenCL/vendors/amdocl64.icd".source = package + "/etc/OpenCL/vendors/amdocl64.icd";
-    } // optionalAttrs opengl.driSupport32Bit {
-      "OpenCL/vendors/amdocl32.icd".source = package32 + "/etc/OpenCL/vendors/amdocl32.icd";
     };
 
   };