diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-11-18T17·40+0100 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-11-18T17·40+0100 |
commit | ed306febb586a005b86a0ade2485c3c932698314 (patch) | |
tree | 73b2cdbc35d0186a506912ddd147e8fe754f1437 /release.nix | |
parent | 5d064e2698506be601fd87a20fcfe975b879a1fe (diff) |
Remove Hydra build product
Diffstat (limited to 'release.nix')
-rw-r--r-- | release.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/release.nix b/release.nix index a44b0d79ff7f..95f4c48afc66 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 ''); # */ |