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
No known key found for this signature in database

View File

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