chore: disable the lix bug details plz patch
Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
This commit is contained in:
parent
8e72e4585e
commit
5aeb620a66
|
@ -13,7 +13,8 @@
|
||||||
(final: prev: {
|
(final: prev: {
|
||||||
lix = prev.lix.overrideAttrs (old: {
|
lix = prev.lix.overrideAttrs (old: {
|
||||||
patches = (old.patches or [ ]) ++ [
|
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
|
||||||
];
|
];
|
||||||
});
|
});
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue