Unify incus container image build tasks (flakes-p8hf)
Replace per-container build-image/build-metadata/build-and-import tasks with a single parameterized task that builds image+metadata and imports directly without staging in images/
Summary of Changes
Replaced 9 per-container tasks (build-yolo-image, build-yolo-metadata, build-and-import-yolo, and equivalents for spacebot/hermes) with a single mise run build-container <name> task.
- Uses
usagefield with KDLchoicesfor shell auto-complete (covers all 5 containers) - Builds metadata + image sequentially, resolves nix store paths directly from
resultsymlink - Pipes both tarballs straight to
incus image import— noimages/staging directory needed - Removed
images/directory entirely