mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 14:10:33 +03:00
pnpm_10.fetchDeps: fix reproducibility
This commit is contained in:
parent
56ec4aa173
commit
0825d5fba1
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@
|
|||
runHook preFixup
|
||||
|
||||
# Remove timestamp and sort the json files
|
||||
rm -rf $out/v3/tmp
|
||||
rm -rf $out/{v3,v10}/tmp
|
||||
for f in $(find $out -name "*.json"); do
|
||||
jq --sort-keys "del(.. | .checkedAt?)" $f | sponge $f
|
||||
done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue