nixpkgs/nixos/modules/installer/tools/nixos-build-vms
Maximilian Bosch 1659bca6b7
nixos-build-vms(8): $out/bin/nixos-run-vms should non-interactively start VMs
Not entirely sure when it got broken this time, but when creating a VM
network with `nixos-build-vms(8)`, there are should be the following scripts:

* `$out/bin/nixos-test-driver` which drops into an interactive shell to
  interactively perform test steps.
* `$out/bin/nixos-run-vms` which non-interactively starts the VMs from
  the network so that one can manually play around in the VM.

The latter also starts an interactive shell for a while now which means
that it does the exact same thing as `nixos-test-driver` which is not
its purpose.
2022-02-19 19:43:34 +01:00
..
build-vms.nix nixos-build-vms(8): $out/bin/nixos-run-vms should non-interactively start VMs 2022-02-19 19:43:34 +01:00
nixos-build-vms.sh nixos/installer: Quote variable references 2021-11-26 18:58:08 +13:00