From df9548198487d739677b8b02e2ce5274cc86f375 Mon Sep 17 00:00:00 2001 From: LavaDesu Date: Mon, 10 Oct 2022 15:45:27 +0700 Subject: [PATCH] Revert "overlays/mesa: oops" This reverts commit 5254595281eb7377dd97f02e310f8fdd3cc66f5c. --- overlays/mesa.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overlays/mesa.nix b/overlays/mesa.nix index 9b0f288..4948e11 100644 --- a/overlays/mesa.nix +++ b/overlays/mesa.nix @@ -1,5 +1,5 @@ self: super: { mesa = super.mesa.overrideAttrs(o: { - patches = o.patches ++ [ ./patches/mesa_mr_17182.patch ]; + patches = o.patches ++ [ ./patches/mr_17182.patch ]; }); }