You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix deps hash determinism by deleting Maven timestamp files
Maven writes ephemeral files (*.lastUpdated, resolver-status.properties,
_remote.repositories) that contain timestamps, causing hash instability
between builds. Delete these files to make the fixed-output derivation
deterministic, matching the approach used by nixpkgs buildMavenPackage.
Linux hashes set to lib.fakeHash - CI will report correct values.
0 commit comments