mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-06 18:08:38 +08:00
AMD: don't install OpenCL by enabling amdvlk
This commit is contained in:
@@ -29,8 +29,6 @@
|
|||||||
})
|
})
|
||||||
(lib.mkIf config.hardware.amdgpu.amdvlk {
|
(lib.mkIf config.hardware.amdgpu.amdvlk {
|
||||||
hardware.opengl.extraPackages = with pkgs; [
|
hardware.opengl.extraPackages = with pkgs; [
|
||||||
rocm-opencl-icd
|
|
||||||
rocm-opencl-runtime
|
|
||||||
amdvlk
|
amdvlk
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user