nixide/nixide-sys/include/nix-store.h
2026-03-28 11:57:13 +10:00

8 lines
116 B
C

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