Remove tmp file from tarball job

Brought up in
https://discourse.nixos.org/t/what-is-the-100mib-text-file-tmp-in-recent-channels-nixexprs-tar-xz/8137
and introduced by
d6ec410a47.
This commit is contained in:
Cole Helbling 2020-07-14 20:02:31 -07:00
parent f0cfc7eba9
commit 7f2c366268
No known key found for this signature in database
GPG key ID: B37E0F2371016A4C

View file

@ -108,6 +108,7 @@ releaseTools.sourceTarball {
echo -n '}' >> tmp
packages=$out/packages.json.br
< tmp sed "s|$(pwd)/||g" | jq -c | brotli -9 > $packages
rm tmp
echo "file json-br $packages" >> $out/nix-support/hydra-build-products
'';