Unverified Commit 641ea1c5 authored by John Titor's avatar John Titor
Browse files

nixos/amdgpu: cleanup occurance of hardware.opengl

Unfortunately this got missed in
https://github.com/NixOS/nixpkgs/pull/320228
parent b1acf7ba
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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