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 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) {