chore: disable the lix bug details plz patch

Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
This commit is contained in:
raito 2024-10-19 12:29:43 +02:00
parent 8e72e4585e
commit 5aeb620a66

View file

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