about summary refs log tree commit diff
path: root/pkgs/build-support
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2015-04-21 06:20:22 +0200
committeraszlig <aszlig@redmoonstudios.org>2015-04-21 06:20:22 +0200
commit23001b46c16fb0906e3317d244b0160eaf403545 (patch)
treea4e89b4f76e8196d5d4ccc3704a1bad835817dca /pkgs/build-support
parentcf1ae6a7beba18153f0926779fd75692b8b2e7f1 (diff)
channel: Switch from product subtype to type.
This is because I've changed the the WIP implementation to use a product
type instead of a subtype.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'pkgs/build-support')
-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"