From deac92eceeb497963f28f96c98add8c7c2787c73 Mon Sep 17 00:00:00 2001 From: tdback Date: Thu, 6 Mar 2025 21:06:20 -0500 Subject: cleanup scripts --- nixup | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nixup') 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 ;; -- cgit v1.2.3