#!/usr/bin/env bash

# Build and run the Nomarchy Installer VM for testing.

echo "Launching Nomarchy Installer VM..."
nix run .#installerVm
