* Don't use camel case for filenames.

* "by env overridable settings" is not good English :-)

svn path=/nixos/trunk/; revision=12732
This commit is contained in:
Eelco Dolstra 2008-08-27 09:37:44 +00:00
parent 4eceb15830
commit c34c703040
3 changed files with 6 additions and 5 deletions

View File

@ -8,7 +8,7 @@ let
}); });
nixosCheckout = (import ./nixosCheckout.nix){ nixosCheckout = (import ./nixos-checkout.nix) {
inherit pkgs config makeProg; inherit pkgs config makeProg;
}; };

View File

@ -19,10 +19,11 @@ build: build the configuration, but don't make it the default or
activate it activate it
dry-run: just show what store paths would be built/downloaded dry-run: just show what store paths would be built/downloaded
by env overridable settings: Environment variables affecting nixos-rebuild:
NIXOS=${NIXOS}
NIXPKGS=${NIXPKGS} Path to NixOS: NIXOS=${NIXOS}
NIXOS_CONFIG=${NIXOS_CONFIG} Path to Nixpkgs: NIXPKGS=${NIXPKGS}
Path to configuration: NIXOS_CONFIG=${NIXOS_CONFIG}
" "
EOF EOF