Skip to main content

build_closures

Function build_closures 

Source
pub fn build_closures(
    plan: &DeploymentPlan,
    flake_uri: &str,
    healthy_builders: Option<&[HealthStatus]>,
) -> Result<BuildResults>
Expand description

Build all closures in a deployment plan.

If healthy builders are provided, generates a temporary machines file and uses Nix’s native distributed build mechanism.