Update mesa to use unstable (25.0.2)

This commit is contained in:
BuyMyMojo 2025-03-26 18:40:59 +11:00
parent 09f298f4f4
commit c1c8337a21
Signed by untrusted user who does not match committer: aria
GPG key ID: 19AB7AA462B8AB3B
3 changed files with 12 additions and 4 deletions

View file

@ -6,6 +6,7 @@
lib,
pkgs,
modulesPath,
unstable,
...
}:
@ -192,8 +193,11 @@
hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
hardware = {
graphics = {
# === vulkan/mesa ===
enable = true;
enable32Bit = true;
package = unstable.mesa;
# === vulkan/mesa ===
# === amdvlk driver ===
extraPackages = with pkgs; [