12 lines
232 B
C
12 lines
232 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>
|
|
|
|
#include <nix_api_store/derivation.h>
|
|
#include <nix_api_store/store_path.h>
|
|
|
|
#endif
|