15 lines
259 B
C
15 lines
259 B
C
#ifndef NIXIDE_EXPR
|
|
#define NIXIDE_EXPR
|
|
|
|
// Nix C API for the Nix expressions evaluator.
|
|
#include <nix_api_expr.h>
|
|
|
|
// Nix C API for value manipulation.
|
|
//
|
|
#include <nix_api_value.h>
|
|
|
|
// Nix C API for external values.
|
|
//
|
|
#include <nix_api_external.h>
|
|
|
|
#endif
|