about summary refs log tree commit diff
path: root/release.nix
diff options
context:
space:
mode:
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 = ''