From 23001b46c16fb0906e3317d244b0160eaf403545 Mon Sep 17 00:00:00 2001 From: aszlig Date: Tue, 21 Apr 2015 06:20:22 +0200 Subject: 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 --- pkgs/build-support/channel.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs') 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" -- cgit 1.4.1