1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-26 06:28:32 +02:00

AMD: don't install OpenCL by enabling amdvlk

This commit is contained in:
Martino Fontana 2023-02-17 15:28:07 +01:00
parent 1156f4d66e
commit b4bf2550b3

View File

@ -29,8 +29,6 @@
})
(lib.mkIf config.hardware.amdgpu.amdvlk {
hardware.opengl.extraPackages = with pkgs; [
rocm-opencl-icd
rocm-opencl-runtime
amdvlk
];