From 48e84786198ae9fe6f9b9cf780695d87600c5ea1 Mon Sep 17 00:00:00 2001 From: Matthew Stobbs Date: Fri, 14 Aug 2026 10:20:37 -0500 Subject: [PATCH] fix formatting --- rebuild.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rebuild.sh b/rebuild.sh index 2a1f458..4160791 100755 --- a/rebuild.sh +++ b/rebuild.sh @@ -2,9 +2,9 @@ if [ "x$1" -eq "x" ] then - h = "$(hostname -s)" + h="$(hostname -s)" else - h = "$1" + h="$1" fi nixos-rebuild --flake /etc/nixos#${h} dry-run