From bd9564f5b5f0815741bff2a2d0391e642a18a6d1 Mon Sep 17 00:00:00 2001 From: sterni Date: Tue, 21 Dec 2021 14:43:38 +0100 Subject: chore(3p): bump NixOS channels to 2021-12-20 * //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 Tested-by: BuildkiteCI Reviewed-by: tazjin --- third_party/overlays/tvl.nix | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'third_party/overlays') 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 { -- cgit 1.4.1