parent
d1f29d328d
commit
473d75fc46
installer
|
@ -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}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue