Also pass the location of NixOS as argument to the deployment expression
svn path=/nixos/trunk/; revision=25275
This commit is contained in:
parent
6ba45109a1
commit
09c30053a2
1 changed files with 1 additions and 1 deletions
|
@ -63,5 +63,5 @@ fi
|
|||
|
||||
# Deploy the network
|
||||
|
||||
vms=`nix-build $NIXOS/modules/installer/tools/nixos-deploy-network/deploy.nix --argstr networkExpr $networkExpr $showTraceArg $noOutLinkArg`
|
||||
vms=`nix-build $NIXOS/modules/installer/tools/nixos-deploy-network/deploy.nix --argstr networkExpr $networkExpr --argstr nixos $NIXOS $showTraceArg $noOutLinkArg`
|
||||
$vms/bin/deploy-systems
|
||||
|
|
Loading…
Reference in a new issue