diff options
Diffstat (limited to 'third_party')
-rw-r--r-- | third_party/overlays/tvl.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/third_party/overlays/tvl.nix b/third_party/overlays/tvl.nix index 8ba3c41a601a..278fe13016ae 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 { |