infrastructure/ci/build.sh
2024-02-22 14:20:14 -08:00

8 lines
193 B
Bash

#!/usr/bin/env bash
set -eu
ARG_NODE=$1
shift
exec nix build --no-link --print-out-paths \
"${NF_CONFIG_ROOT}#nixosConfigurations.$ARG_NODE.config.system.build.toplevel" \
--show-trace "$@"