produce libnixide-c bindings
This commit is contained in:
parent
93d76c002e
commit
9f90e0c323
7 changed files with 60 additions and 40 deletions
|
|
@ -4,9 +4,17 @@
|
|||
// Nix C API for store operations.
|
||||
//
|
||||
#include <nix_api_store.h>
|
||||
// #include <nix_api_store_internal.h>
|
||||
|
||||
// Nix C API for derivation operations that don't require a store.
|
||||
//
|
||||
#include <nix_api_store/derivation.h>
|
||||
|
||||
// Nix C API for store path operations that don't require a store.
|
||||
//
|
||||
#include <nix_api_store/store_path.h>
|
||||
|
||||
// Nixide C API extensions for store operations.
|
||||
//
|
||||
#include <nixide_api_store.h>
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue