pub fn configure_nix_path<'co, 'ro, 'env>(
eval_builder: EvaluationBuilder<'co, 'ro, 'env>,
nix_search_path: &Option<String>,
) -> EvaluationBuilder<'co, 'ro, 'env>Expand description
Tell the Evaluator to resolve <nix> to the path /__corepkgs__,
which has special handling in tvix_io::TvixIO.
This is used in nixpkgs to import fetchurl.nix from <nix>.