mirror of
https://github.com/Alexays/Waybar.git
synced 2025-10-29 11:37:21 +00:00
nix: remove useless parens
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
parent
84ec25bbeb
commit
4beb7ddac7
@ -15,7 +15,7 @@ let
|
||||
};
|
||||
};
|
||||
in
|
||||
(waybar.overrideAttrs (oldAttrs: {
|
||||
waybar.overrideAttrs (oldAttrs: {
|
||||
inherit version;
|
||||
|
||||
src = lib.cleanSourceWith {
|
||||
@ -43,4 +43,4 @@ in
|
||||
patchShebangs .
|
||||
popd
|
||||
'';
|
||||
}))
|
||||
})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user