437fa8d107
This fixes the vendor ICD load path to work with NixOS's opengl path. Previously, the only workaround to load ICD files was to manually override the load path at runtime using an environment variable. Tested against Intel and Nvidia drivers using the clinfo package: Before: ``` $ clinfo Number of platforms 0 ``` After: ``` $ clinfo Number of platforms 1 Platform Name NVIDIA CUDA Platform Vendor NVIDIA Corporation <...> ``` |
||
---|---|---|
.. | ||
default.nix |