about summary refs log tree commit diff
path: root/third_party/overlays/tvl.nix
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2021-11-21T21·14+0300
committertazjin <mail@tazj.in>2021-11-22T08·02+0000
commitccb918ae975a61c43b95f1b4dce7a72c3ad98b67 (patch)
treecfad6525eb48c4fd1714dec92389f654de15c5f3 /third_party/overlays/tvl.nix
parent15cb37f877168d99f5b908f13a5cf83520e0946b (diff)
fix(3p/overlays): Rollback Nix to 2.3 depot-wide r/3079
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>
Diffstat (limited to 'third_party/overlays/tvl.nix')
-rw-r--r--third_party/overlays/tvl.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/third_party/overlays/tvl.nix b/third_party/overlays/tvl.nix
index 8ba3c41a60..278fe13016 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 {