produce libnixide-c bindings

This commit is contained in:
do butterflies cry? 2026-04-10 11:51:27 +10:00
parent 93d76c002e
commit 9f90e0c323
Signed by: cry
GPG key ID: F68745A836CA0412
7 changed files with 60 additions and 40 deletions

View file

@ -8,6 +8,9 @@
// the Nix C APIs for error handling.
//
#include <nix_api_util.h>
// #include <nix_api_util_internal.h>
// Nixide C API extensions for utilities.
//
#include <nixide_api_util.h>
#endif