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:
parent
15cb37f877
commit
ccb918ae97
1 changed files with 4 additions and 0 deletions
4
third_party/overlays/tvl.nix
vendored
4
third_party/overlays/tvl.nix
vendored
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue