Rename crates nix- -> nix-bindings-
This way, the crates can be published without interfering with potential future non-bindings `nix-` crates, if Nix proper wants to have native rust code, for instance.
This commit is contained in:
parent
4b13929db3
commit
b3171585d1
30 changed files with 209 additions and 1853 deletions
7
rust/nix-bindings-bindgen-raw/include/nix-c-raw.h
Normal file
7
rust/nix-bindings-bindgen-raw/include/nix-c-raw.h
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#include <nix_api_util.h>
|
||||
#include <nix_api_store.h>
|
||||
#define GC_THREADS
|
||||
#include <gc/gc.h>
|
||||
#include <nix_api_expr.h>
|
||||
#include <nix_api_value.h>
|
||||
#include <nix_api_flake.h>
|
||||
Loading…
Add table
Add a link
Reference in a new issue