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

9 lines
155 B
C

#ifndef NIXIDE_STORE
#define NIXIDE_STORE
// Nix C API for store operations.
//
#include <nix_api_store.h>
// #include <nix_api_store_internal.h>
#endif