Tooling#
OCI Registries#
ORAS#
nix profile install nixpkgs#oras
oras repo tags ghcr.io/fluxcd/flux-manifests
Documentation build#
The docs are pinned to the shared sphinx-builder flake. Use the flake in
docs/ for reproducible builds:
Dev shell with Sphinx and LaTeX:
cd docs && nix develop, thenmake htmlormake latexpdf.One-shot builds:
cd docs && nix build .#htmlornix build .#pdf.
The flake lock freezes the builder version; update intentionally via
nix flake update inside docs/.