about summary refs log tree commit diff
path: root/release.nix
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2016-05-03 02:11:37 +0200
committeraszlig <aszlig@redmoonstudios.org>2016-05-03 02:49:49 +0200
commit15d1159650a00fe36bb714f26ec3a915d12c9bf1 (patch)
tree96de94ce42cbfe80a9008033f36af1ed81e621e1 /release.nix
parenta3b9a4f08ec836336fbd0070c6523dd5c6f4827b (diff)
Hook get-tests.nix into <vuizvui/lib> as well
It's only for consistency and so has no real feature changes.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
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) {