summaryrefslogtreecommitdiffstats
path: root/nix-script
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2015-07-28 20:36:54 +0200
committerMatthias Beyer <mail@beyermatthias.de>2015-08-01 20:46:55 +0200
commit05320701b2676b9277658d8a9b278e68c2986a4f (patch)
tree06557bcf2e677f1ad18b33df345b28c08981b4ed /nix-script
parentb07a65f61aeaa3b293371a2d469f44cb73a6d945 (diff)
Print used config file variables
Diffstat (limited to 'nix-script')
-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
}