Skip to main content

eval

Function eval 

Source
pub fn eval(input: &str) -> Result<VMValue, EvalError>
Expand description

Compile and execute a Nix expression string via the bytecode VM.

Returns the raw VMValue (which may contain Symbol-keyed attrsets). For a fully resolved result, use eval_full instead.