Files
machine_setup/nix/configuration/hosts/odowork/ISO

10 lines
320 B
Plaintext
Raw Normal View History

2025-11-18 21:30:56 -05:00
#!/usr/bin/env bash
#
set -euo pipefail
IFS=$'\n\t'
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
: "${JOBS:="1"}"
2026-04-02 14:14:11 -04:00
nix build --extra-experimental-features nix-command --extra-experimental-features flakes "$DIR/../..#odowork.iso" --max-jobs "$JOBS" --repair --log-format internal-json -v "${@}" |& nom --json