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, 3 insertions, 1 deletions
diff --git a/release.nix b/release.nix
index a64a10aa..abb0135c 100644
--- a/release.nix
+++ b/release.nix
@@ -101,7 +101,9 @@ in with pkgsUpstream.lib; with builtins; {
 
   in {
     generic = mkChannel {
-      constituents = collect isDerivation pkgs;
+      constituents = concatMap (collect isDerivation) [
+        allTests.vuizvui pkgs
+      ];
     };
 
     machines = mapAttrsRecursiveCond (m: !(m ? eval)) (path: attrs: mkChannel {