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
|
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
|
||||||
'';
|
'';
|
||||||
}))
|
})
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue