mirror of
				https://github.com/NixOS/nixos-hardware.git
				synced 2025-11-04 09:17:14 +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 {
 | 
			
		||||
      hardware.opengl.extraPackages = with pkgs; [
 | 
			
		||||
        rocm-opencl-icd
 | 
			
		||||
        rocm-opencl-runtime
 | 
			
		||||
        amdvlk
 | 
			
		||||
      ];
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user