pnpm_10.fetchDeps: fix reproducibility

This commit is contained in:
Gutyina Gergő
2025-01-25 11:30:14 +01:00
parent 56ec4aa173
commit 0825d5fba1
@@ -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