Files
machine_setup/nix/configuration/hosts/hydra/SELF_BUILD

11 lines
365 B
Plaintext
Raw Normal View History

2025-11-27 17:51:08 -05:00
#!/usr/bin/env bash
#
set -euo pipefail
IFS=$'\n\t'
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
: "${JOBS:="1"}"
for f in /persist/manual/manual_add_to_store/*; do nix-store --add-fixed sha256 "$f"; done
2026-04-02 14:14:11 -04:00
nixos-rebuild build --show-trace --sudo --max-jobs "$JOBS" --flake "$DIR/../../#hydra" --repair --log-format internal-json -v "${@}" |& nom --json