feat: nix-c-raw: Generate value api bindings
(cherry picked from commit 3c75dea63233670863f30547f90dd71498d547b0)
This commit is contained in:
parent
270ccaaa57
commit
0d7146cb39
3 changed files with 10 additions and 0 deletions
|
|
@ -49,6 +49,8 @@
|
|||
buildInputs = [
|
||||
config.packages.nix
|
||||
];
|
||||
# Workaround: the gcc in the devshell doesn't find libc headers
|
||||
RUST_NIX_C_RAW_EXTRA_CFLAGS = "-I${pkgs.stdenv.cc.libc.dev}/include";
|
||||
nativeBuildInputs = [
|
||||
pkgs.rust-analyzer
|
||||
pkgs.nixpkgs-fmt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue