pnpm_10.fetchDeps: fix reproducibility (#376474)

This commit is contained in:
Sefa Eyeoglu
2025-01-27 08:41:18 +01:00
committed by GitHub
@@ -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