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 {