summary refs log tree commit diff
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2016-03-24 17:38:58 +0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2016-03-24 17:38:58 +0100
commitc23e9e12f85c3dc7d5412d9a35d0fbfe59d2ccba (patch)
treefdf9b36a25ffd6a8736a13912ff73bcfca95bdc8
parentfab439201e1c48ab8670ee073ab8f5905a2b6c15 (diff)
downloadnixlib-c23e9e12f85c3dc7d5412d9a35d0fbfe59d2ccba.tar
nixlib-c23e9e12f85c3dc7d5412d9a35d0fbfe59d2ccba.tar.gz
nixlib-c23e9e12f85c3dc7d5412d9a35d0fbfe59d2ccba.tar.bz2
nixlib-c23e9e12f85c3dc7d5412d9a35d0fbfe59d2ccba.tar.lz
nixlib-c23e9e12f85c3dc7d5412d9a35d0fbfe59d2ccba.tar.xz
nixlib-c23e9e12f85c3dc7d5412d9a35d0fbfe59d2ccba.tar.zst
nixlib-c23e9e12f85c3dc7d5412d9a35d0fbfe59d2ccba.zip
Add metrics job to unstable aggregate
-rw-r--r--pkgs/top-level/release.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/top-level/release.nix b/pkgs/top-level/release.nix
index afdcb3627df6..b46b58956262 100644
--- a/pkgs/top-level/release.nix
+++ b/pkgs/top-level/release.nix
@@ -35,6 +35,7 @@ let
           meta.description = "Release-critical builds for the Nixpkgs unstable channel";
           constituents =
             [ jobs.tarball
+              jobs.metrics
               jobs.manual
               jobs.lib-tests
               jobs.stdenv.x86_64-linux