chore: lix can sometimes… have no patch!
Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
This commit is contained in:
parent
852d0c107b
commit
8e72e4585e
|
@ -12,7 +12,7 @@
|
|||
nixpkgs.overlays = [
|
||||
(final: prev: {
|
||||
lix = prev.lix.overrideAttrs (old: {
|
||||
patches = old.patches ++ [
|
||||
patches = (old.patches or [ ]) ++ [
|
||||
./0001-wip-complain-about-failing-goals-at-warn-level.patch
|
||||
];
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue