about summary refs log tree commit diff
path: root/release.nix
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2016-05-28 18:48:37 +0200
committeraszlig <aszlig@redmoonstudios.org>2016-05-28 18:48:37 +0200
commit9959d0977b1772e9991e7c1c7810fad2c1cf4dfc (patch)
treea45eadd7d001899130d2652a370d0461d74f9106 /release.nix
parent14d20134eeda227cfd087b8154aba895eb288954 (diff)
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 <aszlig@redmoonstudios.org>
Diffstat (limited to 'release.nix')
-rw-r--r--release.nix4
1 files changed, 3 insertions, 1 deletions
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 {