t_make

Build and run a pipeline file

Reads, parses, evaluates and builds a T pipeline file. This is a high-level build orchestrator often used from the CLI (repl) to trigger a full project build. It supports a single dictionary argument for Nix specific build options. src/pipeline.t must call populate_pipeline(...) or build_pipeline(...). If it only calls populate_pipeline(...) without build=true, t_make() emits a warning and continues after populating the pipeline.

Parameters

Returns