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.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/release.nix b/release.nix
index 4ecbeabc..5245e267 100644
--- a/release.nix
+++ b/release.nix
@@ -83,7 +83,8 @@ in with pkgsUpstream.lib; with builtins; {
 
     machines = mapAttrsRecursiveCond (m: !(m ? build)) (path: attrs: mkChannel {
       name = "machine-${last path}";
-      constituents = singleton attrs.build.config.system.build.toplevel;
+      constituents = singleton attrs.build.config.system.build.toplevel
+                  ++ attrs.build.config.vuizvui.requiresTests;
     }) (import "${vuizvui}/machines" { inherit system; });
   };