nixpkgs/pkgs/build-support/rust
Andreas Rammhold 50b2ef28f7
buildRustCrate: move the color loggign & remove some runtime checks
The expression is already long and confusing enough without the color
stuff sprinkled in. Moving it to a dedicated file makes sense.

I switched a bit of the color support code to pure Nix since there
wasn't much point in doing that in bash while we can just do it in Nix.
2019-12-11 22:35:44 +01:00
..
build-rust-crate buildRustCrate: move the color loggign & remove some runtime checks 2019-12-11 22:35:44 +01:00
patch-registry-deps
cargo-vendor-normalise.py fetchcargo: add type checking to cargo-vendor-normalise.py 2018-09-11 23:44:14 +02:00
carnix.nix Carnix: 0.9 -> 0.10 2019-03-26 18:54:28 +00:00
crates-io.nix treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
default-crate-overrides.nix cargo-vendor: drop 2019-09-22 20:20:20 -05:00
default.nix rust: add support for armv6l-linux and armv7l-linux 2019-11-23 19:19:31 -05:00
fetchcargo-default-config.toml
fetchcargo.nix buildRustPackage: add verifyCargoDeps option 2019-09-30 17:09:52 +00:00
fetchcrate.nix