Nix builds now require an explicit version = "..." in default.nix — no implicit nixpkgs eval fallback. Also removes nettest (outgrown) and updates all doc/task references. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
345 B
345 B
Unified Dockerfile and Nix container build workflows into a single workflow that auto-classifies containers by build type and routes to the correct runner (k8s for Dockerfile, nix-container-builder for Nix). Removed nettest container (outgrown). Nix builds now require an explicit version = "..." declaration — no implicit nixpkgs fallback.