svn path=/nixos/trunk/; revision=11199
This commit is contained in:
Eelco Dolstra 2008-03-19 12:21:09 +00:00
parent d1f29d328d
commit 473d75fc46

View File

@ -25,7 +25,7 @@ if test -z "$action"; then showSyntax; fi
# Allow the location of NixOS sources and the system configuration
# file to be overridden.
NIXOS=${NIXOS:-/etc/nixos/nixos}
NIXPKGS=${NIXPKG:-/etc/nixos/nixpkgs}
NIXPKGS=${NIXPKGS:-/etc/nixos/nixpkgs}
NIXOS_CONFIG=${NIXOS_CONFIG:-/etc/nixos/configuration.nix}