summaryrefslogtreecommitdiffstats
path: root/nix-script-switch.sh
diff options
context:
space:
mode:
Diffstat (limited to 'nix-script-switch.sh')
-rwxr-xr-xnix-script-switch.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/nix-script-switch.sh b/nix-script-switch.sh
index c781623..d1d8101 100755
--- a/nix-script-switch.sh
+++ b/nix-script-switch.sh
@@ -43,6 +43,13 @@ usage() {
can be used to use your local clone of the nixpkgs repository.
+$(help_rcvars \
+ "RC_CONFIG - Path of your system configuration (git) directory"\
+ "RC_NIXPKGS - Path of your nixpkgs clone" \
+ "RC_SWITCH_DEFAULT_TAG_FLAGS - Default git-tag flags for tagging in system configuration (git) directory"\
+ "RC_SWITCH_DEFAULT_TAG_FLAGS_NIXPKGS - Default git-tag flags for tagging in nixpkgs"
+)
+
$(help_end)
EOS
}