nix_api_store now exposes derivation.h + store_path.h

This commit is contained in:
do butterflies cry? 2026-04-10 10:12:06 +10:00
parent 8cb5d1bf40
commit 6573bffa58
Signed by: cry
GPG key ID: F68745A836CA0412

View file

@ -6,4 +6,7 @@
#include <nix_api_store.h>
// #include <nix_api_store_internal.h>
#include <nix_api_store/derivation.h>
#include <nix_api_store/store_path.h>
#endif