about summary refs log tree commit diff
path: root/release.nix
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2015-04-15 18:39:27 +0200
committeraszlig <aszlig@redmoonstudios.org>2015-04-15 18:39:27 +0200
commit08a2e95eafe73b47f6beba8c915515079c3d328a (patch)
treef78800737aab4ea68d40e9e561e0584e943c57da /release.nix
parent40d5244cf3842282aef0a1c19c7bdb508677baae (diff)
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 <aszlig@redmoonstudios.org>
Diffstat (limited to 'release.nix')
-rw-r--r--release.nix1
1 files changed, 0 insertions, 1 deletions
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;
   };