consider binding to nix_api_*_internal.hh

This commit is contained in:
do butterflies cry? 2026-03-31 11:19:20 +10:00
parent 599c783d01
commit 4ab010e781
Signed by: cry
GPG key ID: F68745A836CA0412
5 changed files with 5 additions and 0 deletions

View file

@ -3,6 +3,7 @@
// Nix C API for the Nix expressions evaluator. // Nix C API for the Nix expressions evaluator.
#include <nix_api_expr.h> #include <nix_api_expr.h>
// #include <nix_api_expr_internal.h>
// Nix C API for value manipulation. // Nix C API for value manipulation.
// //

View file

@ -4,5 +4,6 @@
// Nix C API for fetcher operations. // Nix C API for fetcher operations.
// //
#include <nix_api_fetchers.h> #include <nix_api_fetchers.h>
// #include <nix_api_fetchers_internal.hh>
#endif #endif

View file

@ -4,5 +4,6 @@
// Nix C API for flake support. // Nix C API for flake support.
// //
#include <nix_api_flake.h> #include <nix_api_flake.h>
// #include <nix_api_flake_internal.hh>
#endif #endif

View file

@ -4,5 +4,6 @@
// Nix C API for store operations. // Nix C API for store operations.
// //
#include <nix_api_store.h> #include <nix_api_store.h>
// #include <nix_api_store_internal.h>
#endif #endif

View file

@ -8,5 +8,6 @@
// the Nix C APIs for error handling. // the Nix C APIs for error handling.
// //
#include <nix_api_util.h> #include <nix_api_util.h>
// #include <nix_api_util_internal.h>
#endif #endif