From 62fcac8daf80e70a21f709adea789b0bfe70f5ae Mon Sep 17 00:00:00 2001 From: death916 Date: Wed, 11 Mar 2026 09:16:47 -0700 Subject: [PATCH] nh-push --- scripts/nh-push | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/nh-push b/scripts/nh-push index be1c2ab..1b8c295 100755 --- a/scripts/nh-push +++ b/scripts/nh-push @@ -28,8 +28,10 @@ echo "Building NixOS configuration..." # If an argument is provided, use it as the hostname with -H. # Otherwise, let nh autodetect the hostname. if [ -z "$1" ]; then + echo "Running: nh os switch $REPO_ROOT" nh os switch "$REPO_ROOT" else + echo "Running: nh os switch $REPO_ROOT -H $@" nh os switch "$REPO_ROOT" -H "$@" fi