pub fn capture_solve_env_overrides() -> Vec<EnvOverride>Expand description
Snapshot the solve-affecting environment variables ([SOLVE_AFFECTING_ENV_VARS])
that are currently set, for FairMetadata::environment. Reads the
process environment, so call it in the solving process. Returns them in
the fixed list order; absent variables are simply skipped.