fix formatting

This commit is contained in:
2026-08-14 10:20:37 -05:00
parent 797b786405
commit 48e8478619

View File

@@ -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