Author: sandervanderburg Date: Mon May 16 20:33:20 2011 New Revision: 27272 URL: https://svn.nixos.org/websvn/nix/?rev=27272&sc=1
Log: Removed obsolete --use-backdoor parameter which causes errors Modified: disnix/disnixos/trunk/scripts/disnixos-vm-env.in Modified: disnix/disnixos/trunk/scripts/disnixos-vm-env.in ============================================================================== --- disnix/disnixos/trunk/scripts/disnixos-vm-env.in Mon May 16 20:26:03 2011 (r27271) +++ disnix/disnixos/trunk/scripts/disnixos-vm-env.in Mon May 16 20:33:20 2011 (r27272) @@ -91,7 +91,7 @@ checkShowTrace # Generate virtual machines matching the configuration in the network Nix expression -vmsPath=`nixos-build-vms --use-backdoor --no-out-link $showTraceArg $networkFile` +vmsPath=`nixos-build-vms --no-out-link $showTraceArg $networkFile` # Generate infrastructure expression from network expression infrastructureFile=`disnixos-geninfra --use-backdoor --no-out-link $showTraceArg $networkFile` _______________________________________________ nix-commits mailing list [email protected] http://mail.cs.uu.nl/mailman/listinfo/nix-commits
