Open Ericson2314 opened 3 years ago
We now have a trivial "empty cross" test (https://github.com/kolloch/crate2nix/tree/master/sample_projects/empty_cross), and buildRustCrate
knows how a slightly different --extern
is needed for a "stdlib dependency" (https://github.com/NixOS/nixpkgs/pull/184620).
I think just a bit more documentation and testing is needed, and then this is all done!
See
I am very interested using this for nice incremental builds, native and cross, building each crate of the standard library and also rustc separately.