nixide/nix-bindings-expr
Aaron Andersen 8f6ec2ec5c Fix path coercion by calling eval_state_builder_load()
Without this call, settings from the global Nix configuration are never
loaded, leaving readOnlyMode = true (the default). This prevents Nix
from adding paths to the store during evaluation, causing errors like:

  error: path '/some/local/path' does not exist

This fix loads global settings before creating the EvalState, enabling
path coercion for local file references.
2026-01-05 20:59:44 -05:00
..
src Fix path coercion by calling eval_state_builder_load() 2026-01-05 20:59:44 -05:00
Cargo.toml Dereference workspace lints for nix-cargo-integration compatibility 2025-12-16 03:06:58 +01:00