0
0
Fork 0
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:
Gutyina Gergő 2025-01-24 20:19:49 +01:00
parent 56ec4aa173
commit 0825d5fba1
No known key found for this signature in database

View file

@ -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