From 15d1159650a00fe36bb714f26ec3a915d12c9bf1 Mon Sep 17 00:00:00 2001 From: aszlig Date: Tue, 3 May 2016 02:11:37 +0200 Subject: Hook get-tests.nix into as well It's only for consistency and so has no real feature changes. Signed-off-by: aszlig --- release.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'release.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) { -- cgit 1.4.1