about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--lib/default.nix2
-rw-r--r--release.nix2
2 files changed, 3 insertions, 1 deletions
diff --git a/lib/default.nix b/lib/default.nix
index 30661328..dec45706 100644
--- a/lib/default.nix
+++ b/lib/default.nix
@@ -12,4 +12,6 @@ rec {
       };
     } // removeAttrs args [ "extraConfig" ]);
   }) (attrNames machines));
+
+  getVuizvuiTests = import ./get-tests.nix;
 }
diff --git a/release.nix b/release.nix
index 647a1e19..f5723df6 100644
--- a/release.nix
+++ b/release.nix
@@ -40,7 +40,7 @@ let
   mpath = if vuizvuiSrc == null then ./machines else "${vuizvui}/machines";
   allMachines = import mpath { inherit system; };
 
-  allTests = import ./lib/get-tests.nix ({
+  allTests = with import ./lib; getVuizvuiTests ({
     inherit system nixpkgs;
     excludeVuizvuiGames = true;
   } // pkgsUpstream.lib.optionalAttrs (vuizvuiSrc != null) {