Also pass the location of NixOS as argument to the deployment expression

svn path=/nixos/trunk/; revision=25275
This commit is contained in:
Sander van der Burg 2010-12-24 16:42:31 +00:00
parent 6ba45109a1
commit 09c30053a2

View file

@ -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