aboutsummaryrefslogtreecommitdiff
path: root/pkgs/top-level/release.nix
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2019-12-18 20:48:04 +0100
committerVladimír Čunát <v@cunat.cz>2019-12-18 20:50:10 +0100
commit6fd5a4383b5d4102f32d019bdc4379af64ba65c4 (patch)
tree973c8b953a5c90d86339bcada26283ee857e762d /pkgs/top-level/release.nix
parentfb1bc1b891f5c95b98a333e46b043018ff50d254 (diff)
Revert "release: remove metrics from unstable channel (temporarily)"
This reverts commit 96d73edaf33f4c9ee452f65504bfdfab9a653eaa. IPv6 connectivity restored by ISP a few hours after I pushed the workaround. Apparently it was something complicated; I suppose that has to do with the issue appearing on Friday 13th during full moon ;-)
Diffstat (limited to '')
-rw-r--r--pkgs/top-level/release.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/release.nix b/pkgs/top-level/release.nix
index 3d8aad5b18de..f832268899d0 100644
--- a/pkgs/top-level/release.nix
+++ b/pkgs/top-level/release.nix
@@ -89,7 +89,7 @@ let
meta.description = "Release-critical builds for the Nixpkgs unstable channel";
constituents =
[ jobs.tarball
- #jobs.metrics #FIXME(vcunat): re-enable this as soon as possible
+ jobs.metrics
jobs.manual
jobs.lib-tests
jobs.stdenv.x86_64-linux