nixide/nix-bindings-expr
Robert Hensing f1d15ff416 EvalStateBuilder: Allow opting out of ambient settings
The C API provides nix_eval_state_builder_load as a separate function
to allow controlling whether settings are loaded from the environment.
Add load_ambient_settings() method to expose this control, with the
default being to load them (needed in some situations to allow path
coercion to work).
2026-01-13 01:58:11 +01:00
..
src EvalStateBuilder: Allow opting out of ambient settings 2026-01-13 01:58:11 +01:00
build.rs EvalStateBuilder: Specify Nix version constraint 2026-01-13 01:58:08 +01:00
Cargo.toml EvalStateBuilder: Specify Nix version constraint 2026-01-13 01:58:08 +01:00