pkgs/nixos-rebuild: fix typo
This commit is contained in:
parent
ecfe787bca
commit
c62e6901a9
1 changed files with 1 additions and 1 deletions
|
@ -454,7 +454,7 @@ trap cleanup EXIT
|
||||||
# Re-execute nixos-rebuild from the Nixpkgs tree.
|
# Re-execute nixos-rebuild from the Nixpkgs tree.
|
||||||
if [[ -z $_NIXOS_REBUILD_REEXEC && -n $canRun && -z $fast ]]; then
|
if [[ -z $_NIXOS_REBUILD_REEXEC && -n $canRun && -z $fast ]]; then
|
||||||
if [[ -z $buildingAttribute ]]; then
|
if [[ -z $buildingAttribute ]]; then
|
||||||
p=$(runCmd nix-build --no-out-link $buildFile -A "${$attr:+$attr.}config.system.build.nixos-rebuild" "${extraBuildFlags[@]}")
|
p=$(runCmd nix-build --no-out-link $buildFile -A "${attr:+$attr.}config.system.build.nixos-rebuild" "${extraBuildFlags[@]}")
|
||||||
SHOULD_REEXEC=1
|
SHOULD_REEXEC=1
|
||||||
elif [[ -z $flake ]]; then
|
elif [[ -z $flake ]]; then
|
||||||
if p=$(runCmd nix-build --no-out-link --expr 'with import <nixpkgs/nixos> {}; config.system.build.nixos-rebuild' "${extraBuildFlags[@]}"); then
|
if p=$(runCmd nix-build --no-out-link --expr 'with import <nixpkgs/nixos> {}; config.system.build.nixos-rebuild' "${extraBuildFlags[@]}"); then
|
||||||
|
|
Loading…
Reference in a new issue