mirror of
https://github.com/NixOS/nix
synced 2025-06-25 10:41:16 +02:00
Don't copy, to reduce store size
This commit is contained in:
parent
cd72a8c346
commit
52c84c15e5
1 changed files with 1 additions and 1 deletions
|
@ -416,7 +416,7 @@
|
||||||
''
|
''
|
||||||
mkdir -p $out/nix-support
|
mkdir -p $out/nix-support
|
||||||
image=$out/image.tar.gz
|
image=$out/image.tar.gz
|
||||||
cp ${image} $image
|
ln -s ${image} $image
|
||||||
echo "file binary-dist $image" >> $out/nix-support/hydra-build-products
|
echo "file binary-dist $image" >> $out/nix-support/hydra-build-products
|
||||||
'');
|
'');
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue