support conditional compilation of Nix C APIs
This commit is contained in:
parent
7756365941
commit
1e23515fc1
12 changed files with 198 additions and 63 deletions
7
nixide-sys/include/nix-util.h
Normal file
7
nixide-sys/include/nix-util.h
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
// 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue