From 5aeb620a66b0981ece74c3fefc07c680f0955e28 Mon Sep 17 00:00:00 2001 From: Raito Bezarius Date: Sat, 19 Oct 2024 12:29:43 +0200 Subject: [PATCH] chore: disable the lix bug details plz patch Signed-off-by: Raito Bezarius --- modules/lix-bug-details-pls/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/lix-bug-details-pls/default.nix b/modules/lix-bug-details-pls/default.nix index 4574516..d59a560 100644 --- a/modules/lix-bug-details-pls/default.nix +++ b/modules/lix-bug-details-pls/default.nix @@ -13,7 +13,8 @@ (final: prev: { lix = prev.lix.overrideAttrs (old: { patches = (old.patches or [ ]) ++ [ - ./0001-wip-complain-about-failing-goals-at-warn-level.patch + # This patch doesn't apply anymore. + # ./0001-wip-complain-about-failing-goals-at-warn-level.patch ]; }); })