Robert Hensing
65c9d937cd
nix-expr: Improve docs
...
... and fix an error message
(cherry picked from commit ec3b5cfb911545ecf756336e792b59c5dd1be9b5)
2025-10-04 02:31:17 +02:00
Robert Hensing
b3a80dd36e
maint: Remove Cargo.toml patch constraints
...
(cherry picked from commit 155550be6a8487771ddb67d09f3eba829e54e622)
2025-10-04 02:31:16 +02:00
Robert Hensing
895336ac79
License as LGPL-2.1
...
(cherry picked from commit 1127742e387ef78b91ec1e4cec0bb17b5e85666c)
2025-10-04 02:31:16 +02:00
Robert Hensing
1e3cce7742
refact: Resolve some clippy warnings
...
(cherry picked from commit dc4bfaa993eb2d712d53f70551db9ac34b0cda08)
2025-10-04 02:31:16 +02:00
Robert Hensing
d40bbbed88
maint: Update Nix
...
(cherry picked from commit 203f5d519369235097fef2bdaefa6b3d0f5e963b)
2025-10-04 02:31:16 +02:00
Robert Hensing
69d4ccc422
fix: Temporarily revert Nix to recover getFlake
...
https://github.com/NixOS/nix/issues/11399
(cherry picked from commit 0f2ae7d080dda34938517f781b4eb436522e9d65)
2025-10-04 02:31:16 +02:00
Robert Hensing
9213c9a5a0
feat: Make Cargo.toml source locations explicit
...
This allows cargo metadata to operate on it without adding the
source files to the build. (A choice which will save a few rebuilds
of the manual)
(cherry picked from commit 1779295f3e13cc15f8422d52a3753bb927ac8fa7)
2025-10-04 02:31:16 +02:00
Taeer Bar-Yam
c2159c8834
bindgen strip nix_ prefix
...
(cherry picked from commit d07ec1990015f5d12b39da40ad0cb1ef0e798642)
2025-10-04 02:30:46 +02:00
Robert Hensing
9021f55a53
maint: Remove RUST_NIX_C_RAW_EXTRA_CFLAGS
...
The standard bindgen flag BINDGEN_EXTRA_CLANG_ARGS seems to do the
same thing.
(cherry picked from commit 599eece08bee28d72c4ec20c8578428c158a19c1)
2025-10-04 02:30:46 +02:00
Robert Hensing
6978e91fa9
feat: Add nix-expr library, update nix
...
(cherry picked from commit bf1ddd1c9137578b86895577d5b80e0c5771b605)
2025-09-30 19:06:17 +02:00
Robert Hensing
0d7146cb39
feat: nix-c-raw: Generate value api bindings
...
(cherry picked from commit 3c75dea63233670863f30547f90dd71498d547b0)
2025-09-30 18:58:26 +02:00
Robert Hensing
858bec68bc
feat: Add crate nix-c-raw
...
See README. Most of this is in accordance with the bindgen introduction.
The c_headers function was taken from Zach Mitchell's work on bindings.
Co-authored-by: Zach Mitchell <zmitchell@fastmail.com>
(cherry picked from commit 83d8ae6b26d341bbd452a77d7361f58c06a2d322)
2025-09-30 18:19:39 +02:00