From 52c84c15e5c8b996bcd0c5e13db656769804d05f Mon Sep 17 00:00:00 2001 From: Rok Garbas Date: Wed, 24 Nov 2021 09:18:33 +0100 Subject: [PATCH] Don't copy, to reduce store size --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 8a90de5e2..ba2f2a50c 100644 --- a/flake.nix +++ b/flake.nix @@ -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 '');