Update OS
All checks were successful
check / check (push) Successful in 50s

This commit is contained in:
Florian RICHER 2025-06-20 22:35:15 +02:00
parent 312448af7f
commit d3ad226556
Signed by: florian.richer
GPG key ID: C73D37CBED7BFC77
5 changed files with 82 additions and 90 deletions

View file

@ -58,7 +58,9 @@
# Revert to RADV when this https://gitlab.freedesktop.org/mesa/mesa/-/issues/12865 is resolved
chaotic.mesa-git = {
enable = true;
extraPackages = with pkgs; [ rocmPackages.clr.icd amdvlk ];
# NOTE: Fixed when https://github.com/NixOS/nixpkgs/pull/418461 is available
# rocmPackages.clr.icd
extraPackages = with pkgs; [ amdvlk ];
extraPackages32 = with pkgs; [ driversi686Linux.amdvlk ];
};