about summary refs log tree commit diff
path: root/release.nix
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2015-05-07 06:50:27 +0200
committeraszlig <aszlig@redmoonstudios.org>2015-05-07 06:50:27 +0200
commitd7e3b55bb6808805163bc25a4621f4c06c02793b (patch)
tree2f079eddbff58e52b6596a3f66a92d5e351c2a28 /release.nix
parent6524b7b376127d82528da3aa788a3618af9d32e2 (diff)
release.nix: Fix evaluation error with mkChannel.
Since we now have everything within the vuizvui namespace at the top-
level Nix expression we also need to reference mkChannel from within
that namespace.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'release.nix')
-rw-r--r--release.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/release.nix b/release.nix
index 99f3810b..abee0c2e 100644
--- a/release.nix
+++ b/release.nix
@@ -66,7 +66,7 @@ in with pkgsUpstream.lib; with builtins; {
   in with releaseLib; mapTestOn (packagePlatforms releaseLib.pkgs);
 
   channels = let
-    mkChannel = attrs: root.pkgs.mkChannel (rec {
+    mkChannel = attrs: root.pkgs.vuizvui.mkChannel (rec {
       name = "vuizvui-channel-${attrs.name or "generic"}-${vuizvuiVersion}";
       src = vuizvui;
       patchPhase = ''