civodul pushed a commit to tag 1.8
in repository guix.
commit ed306febb586a005b86a0ade2485c3c932698314
Author: Eelco Dolstra <[email protected]>
Date: Tue Nov 18 18:40:47 2014 +0100
Remove Hydra build product
---
release.nix | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/release.nix b/release.nix
index a44b0d7..95f4c48 100644
--- a/release.nix
+++ b/release.nix
@@ -232,6 +232,8 @@ let
su - alice -c '_NIX_INSTALLER_TEST=1 ./nix-*/install'
su - alice -c 'nix-store --verify'
su - alice -c 'nix-store -qR ${build.x86_64-linux}'
+ mkdir -p $out/nix-support
+ touch $out/nix-support/hydra-build-products
''); # */