flakes/overlays/mesa.nix

6 lines
124 B
Nix
Raw Normal View History

self: super: {
mesa = super.mesa.overrideAttrs(o: {
2022-10-10 15:24:00 +07:00
patches = o.patches ++ [ ./patches/mesa_mr_17182.patch ];
});
}