t_make

Build and Run a Pipeline File

Reads, parses, evaluates, and builds a T pipeline script path. This is a high-level orchestrator often used from the interactive T REPL to trigger full builds.

Signatures

Parameters

Examples

Using named parameters:

t_make(nix_options = [max_jobs: 4, dry_run: true])

Using the positional signature:

t_make("src/pipeline.t", [max_jobs: 8], 2, true)