nixide/nixide-sys/include/nix-store.h

13 lines
232 B
C
Raw Normal View History

2026-03-28 11:57:13 +10:00
#ifndef NIXIDE_STORE
#define NIXIDE_STORE
// Nix C API for store operations.
//
#include <nix_api_store.h>
// #include <nix_api_store_internal.h>
2026-03-28 11:57:13 +10:00
#include <nix_api_store/derivation.h>
#include <nix_api_store/store_path.h>
2026-03-28 11:57:13 +10:00
#endif