From ccb918ae975a61c43b95f1b4dce7a72c3ad98b67 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Mon, 22 Nov 2021 00:14:17 +0300 Subject: [PATCH] fix(3p/overlays): Rollback Nix to 2.3 depot-wide There is too much breakage with the newer version than I have time to deal with right now (and I think the same goes for the others). Change-Id: I54045d1ef16d0215e516986477d734c54e48f1f8 Reviewed-on: https://cl.tvl.fyi/c/depot/+/3904 Tested-by: BuildkiteCI Reviewed-by: sterni Reviewed-by: lukegb --- third_party/overlays/tvl.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/third_party/overlays/tvl.nix b/third_party/overlays/tvl.nix index 8ba3c41a6..278fe1301 100644 --- a/third_party/overlays/tvl.nix +++ b/third_party/overlays/tvl.nix @@ -3,6 +3,10 @@ { depot, ... }: self: super: { + # Rollback Nix to a stable version (2.3) while there is lots of + # random ecosystem breakage with the newer versions. + nix = super.nix_2_3; + # Required for apereo-cas # TODO(lukegb): Document why? gradle_6 = (super.gradleGen.override {