From 08a2e95eafe73b47f6beba8c915515079c3d328a Mon Sep 17 00:00:00 2001 From: aszlig Date: Wed, 15 Apr 2015 18:39:27 +0200 Subject: mkChannel: Remove channelName attribute. The third argument in hydra-build-products is actually the base directory and not a name, Alzheimer's near! Signed-off-by: aszlig --- release.nix | 1 - 1 file changed, 1 deletion(-) (limited to 'release.nix') diff --git a/release.nix b/release.nix index 0632b1c3..3f6e72c5 100644 --- a/release.nix +++ b/release.nix @@ -26,7 +26,6 @@ in with pkgsUpstream.lib; with builtins; { channel = root.pkgs.mkChannel rec { name = "vuizvui-channel-${version}"; - channelName = "generic"; version = "${toString vuizvui.revCount}.${vuizvui.shortRev}"; src = vuizvui; }; -- cgit 1.4.1