aboutsummaryrefslogtreecommitdiff
path: root/strip-store-paths/default.nix
AgeCommit message (Collapse)Author
2021-12-20rewrite strip store pathsJustin Bedo
Old version used sed, which is not inplace and causes issues when garbage collection triggers during a build. This patch adds a small rewriter that works in place.