nixos-install hardcodes --extra-substituters "auto?trusted=1" as a CLI flag, and flags override NIX_CONFIG for the same setting — so the env fix never reached the in-target build. nixos-install forwards a --substituters flag verbatim; use that. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>