immunant / c2rust

Migrate C code to Rust
https://c2rust.com/
Other
3.79k stars 219 forks source link

Fix Nix #1094

Open DieracDelta opened 1 month ago

DieracDelta commented 1 month ago

The current nix expression doesn't build for me on nixos on 23.11 stable (bunch of various build errors that I can share if useful). This nix flake builds the project without erroring (e.g. nix develop -c cargo build --release) and also brings in the rust toolchain declaratively with nix instead of with rustup.