summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xnix-script5
1 files changed, 5 insertions, 0 deletions
diff --git a/nix-script b/nix-script
index 93d4b8e..decec8a 100755
--- a/nix-script
+++ b/nix-script
@@ -10,6 +10,11 @@ usage() {
-d Debugging output (enables -v)
-h Show this help and exit
+$(help_rcvars \
+"RC_CONFIG - Path of your system configuration (git) directory" \
+"RC_NIXPKGS - Path of your nixpkgs clone"
+)
+
$(help_end)
EOS
}