Main entry for the libflake C bindings. More...
Go to the source code of this file.
Typedefs | |
typedef struct nix_flake_settings | nix_flake_settings |
Functions | |
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. | |
Main entry for the libflake C bindings.