* 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;
};

View file

@ -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