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 <sternenseemann@systemli.org>
Reviewed-by: lukegb <lukegb@tvl.fyi>
This commit is contained in:
Vincent Ambo 2021-11-22 00:14:17 +03:00 committed by tazjin
parent 15cb37f877
commit ccb918ae97

View file

@ -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 {