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 withkubectl apply -for 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.