From 44be55216aeb0380543ebb0d4870bea1f7bbfa94 Mon Sep 17 00:00:00 2001 From: death916 Date: Tue, 1 Jul 2025 01:28:13 -0700 Subject: [PATCH] nhpush --- scripts/nh-push | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/nh-push b/scripts/nh-push index 7239686..ca80ae2 100755 --- a/scripts/nh-push +++ b/scripts/nh-push @@ -18,7 +18,7 @@ git -C "$REPO_ROOT" pull # --- NixOS Build --- echo "Building NixOS configuration..." # Use --flake to specify the flake path. -nh os switch --flake "$REPO_ROOT#nixosConfigurations.$@" +nh os switch ".#$@" # --- Git Push on Success --- echo "NixOS rebuild successful. Pushing to remote..."