consider binding to nix_api_*_internal.hh
This commit is contained in:
parent
599c783d01
commit
4ab010e781
5 changed files with 5 additions and 0 deletions
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
// 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.
|
||||
//
|
||||
|
|
|
|||
|
|
@ -4,5 +4,6 @@
|
|||
// Nix C API for fetcher operations.
|
||||
//
|
||||
#include <nix_api_fetchers.h>
|
||||
// #include <nix_api_fetchers_internal.hh>
|
||||
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -4,5 +4,6 @@
|
|||
// Nix C API for flake support.
|
||||
//
|
||||
#include <nix_api_flake.h>
|
||||
// #include <nix_api_flake_internal.hh>
|
||||
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -4,5 +4,6 @@
|
|||
// Nix C API for store operations.
|
||||
//
|
||||
#include <nix_api_store.h>
|
||||
// #include <nix_api_store_internal.h>
|
||||
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -8,5 +8,6 @@
|
|||
// the Nix C APIs for error handling.
|
||||
//
|
||||
#include <nix_api_util.h>
|
||||
// #include <nix_api_util_internal.h>
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue