From 4beb7ddac7f3eaaaeb1364496c201f9304553637 Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Sun, 19 Oct 2025 17:35:07 -0500 Subject: [PATCH] nix: remove useless parens Signed-off-by: Austin Horstman --- nix/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nix/default.nix b/nix/default.nix index a96d0b3f..1f2f3d0f 100644 --- a/nix/default.nix +++ b/nix/default.nix @@ -15,7 +15,7 @@ let }; }; in -(waybar.overrideAttrs (oldAttrs: { +waybar.overrideAttrs (oldAttrs: { inherit version; src = lib.cleanSourceWith { @@ -43,4 +43,4 @@ in patchShebangs . popd ''; -})) +})