nixos-rebuild: print run-*-vm location with bootloader (#130385)
Previously when doing a nixos-rebuild build-vm we see a message saying how to
run the VM, but with nixos-rebuild build-vm-with-bootloader we did not. We
now show it in both cases.
···520520fi
521521522522523523-if [ "$action" = build-vm ]; then
523523+if [ "$action" = build-vm -o "$action" = build-vm-with-bootloader ]; then
524524 cat >&2 <<EOF
525525526526Done. The virtual machine can be started by running $(echo $pathToConfig/bin/run-*-vm)