fixup! fix: Waybar overlay includes the patch twice
This commit is contained in:
parent
97c3cd8141
commit
1f62549b67
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@
|
|||
# Deduplicate patch
|
||||
present = builtins.elem patch prevPatches;
|
||||
in
|
||||
{ patches = prevPatches ++ final.lib.optional present patch; });
|
||||
{ patches = prevPatches ++ final.lib.optional (!present) patch; });
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue