Function nix_locked_flake_get_output_attrs
Source pub unsafe extern "C" fn nix_locked_flake_get_output_attrs(
context: *mut nix_c_context,
settings: *mut nix_flake_settings,
evalState: *mut EvalState,
lockedFlake: *mut nix_locked_flake,
) -> *mut nix_value
Expand description
Get the output attributes of a flake.
§Arguments
context [out] - Optional, stores error information
settings [in] - The settings to use
locked_flake [in] - the flake to get the output attributes from
§Returns
A new nix_value or NULL on failure. Release the nix_value with
nix_value_decref.