You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cargoNextest now supports passing cargoNextestPartitionsExtraArgs 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 includes removeReferencesToRustToolchainHook as a native
dependency. To disable automatically removing references to the Rust
toolchain, set doNotRemoveReferencesToRustToolchain = true;
mkCargoDerivation now will also append the rustc package to the
derivation's nativeBuildInputs