async fn builtin_derivation_strict(
    state: Rc<TvixStoreIO>,
    co: GenCo,
    values: Vec<Value>
) -> Result<Value, ErrorKind>
Expand description

Strictly construct a Nix derivation from the supplied arguments.

This is considered an internal function, users usually want to use the higher-level builtins.derivation instead.