Bindings to the Nix Flakes library.
More...
|
typedef struct nix_flake_settings | nix_flake_settings |
|
|
nix_flake_settings * | nix_flake_settings_new (nix_c_context *context) |
|
void | nix_flake_settings_free (nix_flake_settings *settings) |
| Release the resources associated with a nix_flake_settings.
|
|
nix_err | nix_flake_init_global (nix_c_context *context, nix_flake_settings *settings) |
| Register Flakes support process-wide.
|
|
Bindings to the Nix Flakes library.
◆ nix_flake_settings_new()
nix_flake_settings * nix_flake_settings_new |
( |
nix_c_context * | context | ) |
|
Create a nix_flake_settings initialized with default values.
- Parameters
-
[out] | context | Optional, stores error information |
- Returns
- A new nix_flake_settings or NULL on failure.
- See also
- nix_flake_settings_free