pub fn add_import_builtins<'co, 'ro, 'env, IO>(
eval_builder: EvaluationBuilder<'co, 'ro, 'env, IO>,
io: Rc<SnixStoreIO>,
) -> EvaluationBuilder<'co, 'ro, 'env, IO>Expand description
Adds import-related builtins to the passed snix_eval::EvaluationBuilder:
filterSourcepathstorePath
As they need to interact with the store implementation, we pass SnixStoreIO.
Due to #176, some IO still sidesteps EvalIO and accesses the filesystem directly.