0.20.1 - 2025-02-08
Added
cargoNextest
now supports passingcargoNextestPartitionsExtraArgs
to each
cargo nextest
partition run.- Add self-reference
craneLib
to crane lib instance. - Add
removeReferencesToRustToolchainHook
, which, by default, removes
references to the Rust toolchain from all installed binaries
Changed
buildPackage
now includesremoveReferencesToRustToolchainHook
as a native
dependency. To disable automatically removing references to the Rust
toolchain, setdoNotRemoveReferencesToRustToolchain = true;
mkCargoDerivation
now will also append therustc
package to the
derivation'snativeBuildInputs