#!/usr/bin/env bash
set -e

# Build and run the Nomarchy Installer VM for testing.

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