flake_settings_new

Function flake_settings_new 

Source
pub unsafe extern "C" fn flake_settings_new(
    context: *mut c_context,
) -> *mut flake_settings
Expand description

Create a nix_flake_settings initialized with default values. @param[out] context Optional, stores error information @return A new nix_flake_settings or NULL on failure. @see nix_flake_settings_free