#!/bin/sh -eux
cd "${0%/*}"
host=$1
shift
time nix -L build --keep-going "$@" -o hosts/"$host".root .\#nixosConfigurations."$host".config.system.build.toplevel