fix formatting
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user