produce libnixide-c bindings
This commit is contained in:
parent
93d76c002e
commit
9f90e0c323
7 changed files with 60 additions and 40 deletions
|
|
@ -2,8 +2,8 @@
|
|||
#define NIXIDE_EXPR
|
||||
|
||||
// Nix C API for the Nix expressions evaluator.
|
||||
//
|
||||
#include <nix_api_expr.h>
|
||||
// #include <nix_api_expr_internal.h>
|
||||
|
||||
// Nix C API for value manipulation.
|
||||
//
|
||||
|
|
@ -13,4 +13,8 @@
|
|||
//
|
||||
#include <nix_api_external.h>
|
||||
|
||||
// Nixide C API extensions for the Nix expressions evaluator.
|
||||
//
|
||||
#include <nixide_api_expr.h>
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue