* 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:
parent
4eceb15830
commit
c34c703040
@ -8,7 +8,7 @@ let
|
|||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
nixosCheckout = (import ./nixosCheckout.nix){
|
nixosCheckout = (import ./nixos-checkout.nix) {
|
||||||
inherit pkgs config makeProg;
|
inherit pkgs config makeProg;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user