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.

authored by

brprice and committed by
GitHub
9b0a99f6 db340534

+1 -1
+1 -1
pkgs/os-specific/linux/nixos-rebuild/nixos-rebuild.sh
··· 520 520 fi 521 521 522 522 523 - if [ "$action" = build-vm ]; then 523 + if [ "$action" = build-vm -o "$action" = build-vm-with-bootloader ]; then 524 524 cat >&2 <<EOF 525 525 526 526 Done. The virtual machine can be started by running $(echo $pathToConfig/bin/run-*-vm)