Skip to content

Commit

Permalink
video services: don't install OpenCL files to /etc
Browse files Browse the repository at this point in the history
They shouldn't be needed now that we search them in /run/opengl-driver.
  • Loading branch information
abbradar committed Jan 31, 2017
1 parent 5fb5914 commit 98b0195
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions nixos/modules/hardware/video/amdgpu-pro.nix
Expand Up @@ -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";
};

};
Expand Down
2 changes: 0 additions & 2 deletions nixos/modules/hardware/video/nvidia.nix
Expand Up @@ -62,8 +62,6 @@ in

services.acpid.enable = true;

environment.etc."OpenCL/vendors/nvidia.icd".source = "${nvidia_x11}/lib/vendors/nvidia.icd";

};

}

0 comments on commit 98b0195

Please sign in to comment.