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
Added a warning if an unsupported version of nixpkgs is used
Changed
cargoNextest now supports setting withLlvmCov which will automatically run cargo llvm-cov nextest. Note that withLlvmCov = true; is (currently) only
supported when partitions = 1;
Fixed
inheritCargoArtifactsHook and installCargoArtifactsHook now correctly
handle the case when CARGO_TARGET_DIR is set to a nested directory
Dependency vendoring now correctly takes unused patch dependencies into
account