From 6573bffa581c0b9d1aa758bc7b68dce7fab136b6 Mon Sep 17 00:00:00 2001 From: _cry64 Date: Fri, 10 Apr 2026 10:12:06 +1000 Subject: [PATCH] nix_api_store now exposes derivation.h + store_path.h --- nixide-sys/include/nix-store.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nixide-sys/include/nix-store.h b/nixide-sys/include/nix-store.h index 3252ece..1c2ad65 100644 --- a/nixide-sys/include/nix-store.h +++ b/nixide-sys/include/nix-store.h @@ -6,4 +6,7 @@ #include // #include +#include +#include + #endif