Closed flosse closed 8 years ago
https://github.com/QuiltOS/QuiltOS/blob/master/default.nix#L7-L41 If you want to distill that into a PR for README, please do!
awesome! cargo build --target x86_64-unknown-linux-mus
just works :)
BTW: Do you know an example for cross-compiling with nixos?
At least building for a Raspberry (cargo build --target arm-unknown-linux-musleabihf
) would be great :)
If you want to distill that into a PR for README, please do!
done in #7 :)
@flosse what's the question? cross compiling non-rust stuff with NixOS? Actually I'm working on that these days too---unfortunately at the moment its pretty shabby.
what's the question? cross compiling non-rust stuff with NixOS?
No, just cross-compiling rust stuff with NixOS.
Is everything here now resolved?
Is everything here now resolved?
Almost everything... I'm still interested in cross-compile solutions, but that's an other topic ;-)
Would you mind to add a little example how to use
rust-std
andrustcWithSysroots
? Thanks a lot!