nixide/rust
Taeer Bar-Yam 226639939f feat: nix_util::context::check_call!(func[...])
> I couldn't figure out a way to use () for the function call, but I didn't try that hard.

I (Robert) have also given it a shot, briefly, unsuccessfully.

While I was critical of over-engineering this, it turns out that
when we start to use `mut`, a macro is much more practical, because
it doesn't create a new scope where we need a copy of a mutable
reference, which of course is not allowed.

(cherry picked from commit a2acc93d13991da4b14a99065acd589477334d07)
2025-10-04 02:31:16 +02:00
..
nix-c-raw bindgen strip nix_ prefix 2025-10-04 02:30:46 +02:00
nix-expr refact: Clean up Context interface to be safer 2025-10-04 02:31:16 +02:00
nix-store refact: Clean up Context interface to be safer 2025-10-04 02:31:16 +02:00
nix-util feat: nix_util::context::check_call!(func[...]) 2025-10-04 02:31:16 +02:00
Cargo.lock test nix_state_create's lookupPath argument 2025-10-04 02:30:46 +02:00
Cargo.toml feat: Add nix-expr library, update nix 2025-09-30 19:06:17 +02:00
nci.nix dev: Use relocated store in Nix-packaged tests 2025-10-04 02:30:46 +02:00