hosts/blossom: remove mesa patch

This commit is contained in:
LavaDesu 2023-01-01 01:33:01 +07:00
parent 58eae09b6e
commit 993abd91be
Signed by: cilly
GPG key ID: 6500251E087653C9
4 changed files with 0 additions and 613 deletions

View file

@ -4,6 +4,5 @@ builtins.map (path: import path) [
./picom.nix
./rofi.nix
./steam.nix
./wlroots.nix
./xinit.nix
]

View file

@ -1,7 +0,0 @@
self: super: {
wlroots = super.wlroots.override {
mesa = super.mesa.overrideAttrs(o: {
patches = o.patches ++ [ ../hosts/blossom/mesa_mr_17182.patch ];
});
};
}