Nix 2.26.3
Nix, the purely functional package manager: C API (experimental)
 
Loading...
Searching...
No Matches
nix_api_flake.h File Reference

Main entry for the libflake C bindings. More...

#include "nix_api_store.h"
#include "nix_api_util.h"
#include "nix_api_expr.h"

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.
 

Detailed Description

Main entry for the libflake C bindings.