mirror of
https://github.com/Alexays/Waybar.git
synced 2025-12-01 12:12:40 +00:00
nix: remove useless parens
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
@ -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
|
||||||
'';
|
'';
|
||||||
}))
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user