diff --git a/modules/hardware/amd-gpu.nix b/modules/hardware/amd-gpu.nix index e7194ad..0e2f2df 100644 --- a/modules/hardware/amd-gpu.nix +++ b/modules/hardware/amd-gpu.nix @@ -7,25 +7,25 @@ in { config = let - #mesa-new = pkgs.mesa-git.mesa.overrideAttrs (oldAttrs: { - # src = pkgs.fetchFromGitLab { - # domain = "gitlab.freedesktop.org"; - # owner = "mesa"; - # repo = "mesa"; - # rev = "69a08fd9b229ee9e859bfca5f4f9052c84714f98"; - # hash = "sha256-6vRcad3a3A/9945gkeFgRrjyoBrtsnZeDnG/zROIA2Q="; - # }; - #}); - mesa-new = pkgs.mesa-git.mesa.overrideAttrs (oldAttrs: { src = pkgs.fetchFromGitLab { domain = "gitlab.freedesktop.org"; - owner = "hakzsam"; + owner = "mesa"; repo = "mesa"; - rev = "9238ae542f15e4566430a540817e15a8ec079a59"; - hash = "sha256-c/iV/V7m3GuatEuybaetHVIPm66/a6lC1wvV/GGtvnQ="; + rev = "0f8753ffb83a635f47cb0c79e8a8f86c5343d1cf"; + hash = "sha256-3Si9bTGO1nUmiJN1X/tIR4vo0EH8Zi2JNUBs2oyuVYM="; }; }); + + #mesa-new = pkgs.mesa-git.mesa.overrideAttrs (oldAttrs: { + # src = pkgs.fetchFromGitLab { + # domain = "gitlab.freedesktop.org"; + # owner = "hakzsam"; + # repo = "mesa"; + # rev = "9238ae542f15e4566430a540817e15a8ec079a59"; + # hash = "sha256-c/iV/V7m3GuatEuybaetHVIPm66/a6lC1wvV/GGtvnQ="; + # }; + #}); in lib.mkIf cfg.enable { boot.kernelParams =