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

17 lines
331 B
C
Raw Permalink Normal View History

2026-03-28 11:57:13 +10:00
#ifndef NIXIDE_UTIL
#define NIXIDE_UTIL
// Nix C API for utilities.
//
// Most notably containing functions for handling
// the `nix_c_context` structure, which is used throughout
// the Nix C APIs for error handling.
//
#include <nix_api_util.h>
2026-04-10 11:51:27 +10:00
// Nixide C API extensions for utilities.
//
#include <nixide_api_util.h>
2026-03-28 11:57:13 +10:00
#endif