Skip to content

Commit

Permalink
releaseTools.sourceTarball: Clean up temporary files
Browse files Browse the repository at this point in the history
  • Loading branch information
edolstra committed Nov 21, 2017
1 parent f82b441 commit 3d5828e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/build-support/release/source-tarball.nix
Expand Up @@ -94,6 +94,7 @@ stdenv.mkDerivation (
touch now
touch -d "1970-01-01 00:00:00 UTC" then
find $sourceRoot ! -newer then -print0 | xargs -0r touch --reference now
rm now then
eval "$nextPostUnpack"
'';

Expand Down

0 comments on commit 3d5828e

Please sign in to comment.