Bindings to the Nix Flakes library.
More...
|
typedef struct nix_flake_settings | nix_flake_settings |
|
Bindings to the Nix Flakes library.
◆ nix_flake_settings_add_to_eval_state_builder()
Initialize a nix_flake_settings
to contain builtins.getFlake
and potentially more.
- Parameters
-
[out] | context | Optional, stores error information |
[in] | settings | The settings to use for e.g. builtins.getFlake |
[in] | builder | The builder to modify |
◆ 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