bild does not produce the out-link for Nix image builds. We have to run a separate nix-build to create _/nix/... symlinks.
Expected:
bild Omni/Agentd/Images/Base.nix should create/update _ /nix/Omni/Agentd/Images/Base.nix out-link (like other bild outputs).Actual:
docker load < _/nix/... fails unless we run nix-build ... --out-link _/nix/... manually.Goal:
bild + docker load < _/nix/... work without a manual nix-build step.Notes:
Removed the executable-bit guard for NixBuild targets so nix-build runs for .nix images; ran lint Omni/Bild.hs (warning about file length only).