#!/usr/bin/env nu use ../common.nu * def main [hostname?: string, ...rest: string] { build-config "darwin" $hostname ...$rest }