about summary refs log tree commit diff
path: root/third_party/overlays/tvl.nix
diff options
context:
space:
mode:
authorsterni <sternenseemann@systemli.org>2021-12-21T13·43+0100
committersterni <sternenseemann@systemli.org>2021-12-21T14·19+0000
commitbd9564f5b5f0815741bff2a2d0391e642a18a6d1 (patch)
tree0487b2ddcb6c347d48dc1361a84da530dd1529ae /third_party/overlays/tvl.nix
parent3f523bdf4c75cc275a1411deb1f5438e2d86e406 (diff)
chore(3p): bump NixOS channels to 2021-12-20 r/3331
* //third_party/overlays/tvl: drop override for treefmt, as the channel
  now contains treefmt 0.3.0

Change-Id: I84e52f5dccd22eb4318f7f79fc4c2f4751c6bdc1
Reviewed-on: https://cl.tvl.fyi/c/depot/+/4519
Autosubmit: sterni <sternenseemann@systemli.org>
Tested-by: BuildkiteCI
Reviewed-by: tazjin <mail@tazj.in>
Diffstat (limited to 'third_party/overlays/tvl.nix')
-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 {