Don't copy, to reduce store size

This commit is contained in:
Rok Garbas 2021-11-24 09:18:33 +01:00
parent cd72a8c346
commit 52c84c15e5
No known key found for this signature in database
GPG key ID: A0E01EF44C27BF00

View file

@ -416,7 +416,7 @@
''
mkdir -p $out/nix-support
image=$out/image.tar.gz
cp ${image} $image
ln -s ${image} $image
echo "file binary-dist $image" >> $out/nix-support/hydra-build-products
'');