diff options
Diffstat (limited to 'nixup')
-rwxr-xr-x | nixup | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 ;; |