flakes/overlays/mesa.nix

6 lines
119 B
Nix
Raw Normal View History

self: super: {
mesa = super.mesa.overrideAttrs(o: {
patches = o.patches ++ [ ./patches/mr_17182.patch ];
});
}