nix: remove useless parens

Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
Austin Horstman
2025-10-19 17:35:07 -05:00
parent 84ec25bbeb
commit 4beb7ddac7

View File

@ -15,7 +15,7 @@ let
}; };
}; };
in in
(waybar.overrideAttrs (oldAttrs: { waybar.overrideAttrs (oldAttrs: {
inherit version; inherit version;
src = lib.cleanSourceWith { src = lib.cleanSourceWith {
@ -43,4 +43,4 @@ in
patchShebangs . patchShebangs .
popd popd
''; '';
})) })