0.21.3 - 2025-12-04
Added
- Add
remapSourcePathPrefixHook, which can map source code file paths to their
correct location within the Nix store. By default this hook will run for any
dontStrip = truebuilds, but can otherwise be controlled using
doRemapPathPrefix.
Fixed
downloadCargoPackageFromGitnow correctly includes any files listed in a
.ignorefile (but otherwise not listed in.gitignore) when unpacking git
checkouts.