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

@ -32,9 +32,5 @@
../../users/rin
];
hardware.opengl.package = (pkgs.mesa.overrideAttrs(o: {
patches = o.patches ++ [ ./mesa_mr_17182.patch ];
})).drivers;
}