flakes/overlays/wlroots.nix

8 lines
179 B
Nix
Raw Normal View History

2022-10-10 16:38:18 +07:00
self: super: {
wlroots = super.wlroots.override {
mesa = super.mesa.overrideAttrs(o: {
patches = o.patches ++ [ ../hosts/blossom/mesa_mr_17182.patch ];
});
};
}