nixos/amdgpu: cleanup occurance of hardware.opengl

Unfortunately this got missed in
https://github.com/NixOS/nixpkgs/pull/320228
This commit is contained in:
John Titor 2024-06-21 21:40:11 +05:30
parent b1acf7bab9
commit 641ea1c57e
No known key found for this signature in database
GPG Key ID: 29B0514F4E3C1CC0

View File

@ -28,7 +28,7 @@ in {
boot.initrd.kernelModules = lib.optionals cfg.initrd.enable [ "amdgpu" ];
hardware.opengl = lib.mkIf cfg.opencl.enable {
hardware.graphics = lib.mkIf cfg.opencl.enable {
enable = lib.mkDefault true;
extraPackages = [
pkgs.rocmPackages.clr