mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
8d2ba0feae
I broke the usage of buildRustCrate with a toolchain from rust-overlay when I added support for wasm32-unknown-unknown, this change adds additional conditionals to restore the usage. The toolchain can now be overriden either through ``` buildRustCrate { rust = toolchain; cargo = toolchain } ``` or ``` buildRustCrate.override { rustc = toolchain; cargo = toolchain; } ``` They should now be consistent with each other. |
||
---|---|---|
.. | ||
test | ||
build-crate.nix | ||
configure-crate.nix | ||
default.nix | ||
helpers.nix | ||
install-crate.nix | ||
lib.sh | ||
log.nix |