pub fn add_import_builtins<'co, 'ro, 'env>(
eval_builder: EvaluationBuilder<'co, 'ro, 'env>,
io: Rc<TvixStoreIO>,
) -> EvaluationBuilder<'co, 'ro, 'env>Expand description
Adds import-related builtins to the passed tvix_eval::EvaluationBuilder:
filterSourcepathstorePath
As they need to interact with the store implementation, we pass TvixStoreIO.