about summary refs log tree commit diff
path: root/third_party/overlays
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/overlays')
-rw-r--r--third_party/overlays/tvl.nix17
1 files changed, 0 insertions, 17 deletions
diff --git a/third_party/overlays/tvl.nix b/third_party/overlays/tvl.nix
index c6b6e86dc8..da504320dc 100644
--- a/third_party/overlays/tvl.nix
+++ b/third_party/overlays/tvl.nix
@@ -60,23 +60,6 @@ self: super: {
     meta.ci = false;
   });
 
-  # bump treefmt to a newer version that includes our config file patch
-  treefmt = super.treefmt.overrideAttrs(drv: rec {
-    version = "0.3.0";
-
-    src = super.fetchFromGitHub {
-      owner = "numtide";
-      repo = "treefmt";
-      rev = "v${version}";
-      sha256 = "0jnfak6wmqpqwymja9bsw54al50yqzdy7lxfx66rqamqsvngqd1x";
-    };
-
-    cargoDeps = drv.cargoDeps.overrideAttrs(_: {
-      inherit src;
-      outputHash = "19p15gavcjldn1di7yyn80ys6rj4ajaprqk8x34vxslr4y2qychf";
-    });
-  });
-
   # TODO(tazjin): determine whether this is the cause of my suspend
   # bugs, and if so, upstream it to nixpkgs.
   xsecurelock = super.xsecurelock.overrideAttrs(drv: rec {