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" ] if [ "x$1" -eq "x" ]
then then
h = "$(hostname -s)" h="$(hostname -s)"
else else
h = "$1" h="$1"
fi fi
nixos-rebuild --flake /etc/nixos#${h} dry-run nixos-rebuild --flake /etc/nixos#${h} dry-run