Adopt idiomatic Rust `-sys` crate naming convention, aligning with the direction in PR #37 without adopting the full crate splitting.
7 lines
171 B
C
7 lines
171 B
C
#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>
|