about summary refs log tree commit diff
path: root/pkgs/build-support/channel.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/build-support/channel.nix')
-rw-r--r--pkgs/build-support/channel.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/build-support/channel.nix b/pkgs/build-support/channel.nix
index de75c4f5..db147bb7 100644
--- a/pkgs/build-support/channel.nix
+++ b/pkgs/build-support/channel.nix
@@ -14,7 +14,7 @@ stdenv.mkDerivation {
       --owner=0 --group=0 --mtime="1970-01-01 00:00:00 UTC" \
       --transform='s!^\.!${name}!' .
 
-    echo "file channel $out/tarballs/nixexprs.tar.xz" \
+    echo "channel - $out/tarballs/nixexprs.tar.xz" \
       > "$out/nix-support/hydra-build-products"
 
     echo $constituents > "$out/nix-support/hydra-aggregate-constituents"