summaryrefslogtreecommitdiff
path: root/nixup
diff options
context:
space:
mode:
Diffstat (limited to 'nixup')
-rwxr-xr-xnixup2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixup b/nixup
index 4db0a8f..62e8878 100755
--- a/nixup
+++ b/nixup
@@ -13,7 +13,9 @@ if [ ! "$(find . -maxdepth 0 -name 'flake.nix')" ] &&
exit 1
fi
+# By default build the configuration on the remote host.
BUILD_LOCAL=false
+
while getopts ":hl" arg; do
case "$arg" in
l) BUILD_LOCAL=true ;;