AMD GPU: Difference between revisions

drop 24.05 compat
drop 24.05 compat
Line 80: Line 80:


<syntaxhighlight lang="nix">
<syntaxhighlight lang="nix">
# For 24.05
hardware.opengl.extraPackages = with pkgs; [ rocmPackages.clr.icd ];
# For 24.11
hardware.graphics.extraPackages = with pkgs; [ rocmPackages.clr.icd ];
hardware.graphics.extraPackages = with pkgs; [ rocmPackages.clr.icd ];
</syntaxhighlight>
</syntaxhighlight>