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.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/release.nix b/release.nix
index b71ad0c3..08ff74c8 100644
--- a/release.nix
+++ b/release.nix
@@ -51,7 +51,7 @@ let
     noGames = flip removeAttrs [ "games" ];
     releaseLib = import "${nixpkgs}/pkgs/top-level/release-lib.nix" {
       inherit supportedSystems;
-      packageSet = attrs: noGames (import vuizvui attrs).pkgs.vuizvui;
+      packageSet = attrs: noGames (import vuizvui attrs).pkgs;
     };
 
     packagePlatforms = mapAttrs (name: value: let
@@ -111,7 +111,7 @@ in with pkgsUpstream.lib; with builtins; {
   inherit pkgs;
 
   channels = let
-    mkChannel = attrs: root.pkgs.vuizvui.mkChannel (rec {
+    mkChannel = attrs: root.pkgs.mkChannel (rec {
       name = "vuizvui-channel-${attrs.name or "generic"}-${vuizvuiVersion}";
       src = vuizvui;
       patchPhase = ''