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

9 lines
116 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>
2026-03-28 11:57:13 +10:00
#endif