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 ]; }); })