From 9959d0977b1772e9991e7c1c7810fad2c1cf4dfc Mon Sep 17 00:00:00 2001 From: aszlig Date: Sat, 28 May 2016 18:48:37 +0200 Subject: release.nix: Add vuizvui tests to generic channel It makes sense to not only include Vuizvui specific packages to the constituents of the generic channel, but also all of the Vuizvui specific tests as well, because if we want to use modules from machines outside of Vuizvui, we really want to make sure they get a well-tested channel as well. Signed-off-by: aszlig --- release.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'release.nix') diff --git a/release.nix b/release.nix index a64a10aa..abb0135c 100644 --- a/release.nix +++ b/release.nix @@ -101,7 +101,9 @@ in with pkgsUpstream.lib; with builtins; { in { generic = mkChannel { - constituents = collect isDerivation pkgs; + constituents = concatMap (collect isDerivation) [ + allTests.vuizvui pkgs + ]; }; machines = mapAttrsRecursiveCond (m: !(m ? eval)) (path: attrs: mkChannel { -- cgit 1.4.1