working sys level bindings :yippie:
This commit is contained in:
parent
4508aeab76
commit
e9022e675b
12 changed files with 3091 additions and 45 deletions
|
|
@ -1 +1,23 @@
|
|||
#include <>
|
||||
// Pure C API for store operations
|
||||
#include <nix_api_store.h>
|
||||
|
||||
// Pure C API for error handling
|
||||
#include <nix_api_util.h>
|
||||
|
||||
// Pure C API for the Nix evaluator
|
||||
#include <nix_api_expr.h>
|
||||
|
||||
// Pure C API for external values
|
||||
#include <nix_api_external.h>
|
||||
|
||||
// Pure C API for value manipulation
|
||||
#include <nix_api_value.h>
|
||||
|
||||
// Pure C API for fetcher operations
|
||||
#include <nix_api_fetchers.h>
|
||||
|
||||
// Pure C API for flake support
|
||||
#include <nix_api_flake.h>
|
||||
|
||||
// Pure C API for main/CLI support
|
||||
#include <nix_api_main.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue