Skip to content

Build outputs

An evaluation returns build outputs under config.build:

  • config.build.manifests — list of evaluated Kubernetes manifest attribute sets.
  • config.build.yaml — one file containing every manifest as a multi-document YAML stream. Use it with kubectl apply -f or a GitOps system such as Flux.

Use config.build.yaml as a flake package or consume it through another Nix workflow. The Getting started guide shows complete flake wiring.