summary refs log tree commit diff
path: root/installer/nixos-rebuild.sh
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2008-08-27 09:37:44 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2008-08-27 09:37:44 +0000
commitc34c7030406a23245c9603a2598e7e6ad883a231 (patch)
tree095a674818edaddf033cdac4f1e385f91416a078 /installer/nixos-rebuild.sh
parent4eceb15830bb27219dcb7401a27fa249a31034c1 (diff)
downloadnixpkgs-c34c7030406a23245c9603a2598e7e6ad883a231.tar
nixpkgs-c34c7030406a23245c9603a2598e7e6ad883a231.tar.gz
nixpkgs-c34c7030406a23245c9603a2598e7e6ad883a231.tar.bz2
nixpkgs-c34c7030406a23245c9603a2598e7e6ad883a231.tar.lz
nixpkgs-c34c7030406a23245c9603a2598e7e6ad883a231.tar.xz
nixpkgs-c34c7030406a23245c9603a2598e7e6ad883a231.tar.zst
nixpkgs-c34c7030406a23245c9603a2598e7e6ad883a231.zip
* Don't use camel case for filenames.
* "by env overridable settings" is not good English :-)

svn path=/nixos/trunk/; revision=12732
Diffstat (limited to 'installer/nixos-rebuild.sh')
-rw-r--r--installer/nixos-rebuild.sh9
1 files changed, 5 insertions, 4 deletions
diff --git a/installer/nixos-rebuild.sh b/installer/nixos-rebuild.sh
index 80ed41c7d95..5bf6834c74c 100644
--- a/installer/nixos-rebuild.sh
+++ b/installer/nixos-rebuild.sh
@@ -19,10 +19,11 @@ build:   build the configuration, but don't make it the default or
          activate it
 dry-run: just show what store paths would be built/downloaded
 
-by env overridable settings:
-NIXOS=${NIXOS}
-NIXPKGS=${NIXPKGS}
-NIXOS_CONFIG=${NIXOS_CONFIG}
+Environment variables affecting nixos-rebuild:
+
+  Path to NixOS:         NIXOS=${NIXOS}
+  Path to Nixpkgs:       NIXPKGS=${NIXPKGS}
+  Path to configuration: NIXOS_CONFIG=${NIXOS_CONFIG}
 "
 
 EOF