From 1c3b6341cfee76f92469a63e748c8613824b77ef Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Fri, 15 Sep 2023 01:28:46 +0300 Subject: chore(users/wpcarro): drop 'exa' from NixOS systems This is unmaintained and has been removed from nixpkgs. As an alternative, 'eza' can be installed. This is the last instance of 'exa' in depot, so the workaround from the channel bump has been removed. Change-Id: Id915260b6c969a6b2a8ecae49d3ce92285f09f71 Reviewed-on: https://cl.tvl.fyi/c/depot/+/9330 Autosubmit: tazjin Tested-by: BuildkiteCI Reviewed-by: wpcarro --- third_party/overlays/tvl.nix | 7 ------- 1 file changed, 7 deletions(-) (limited to 'third_party') diff --git a/third_party/overlays/tvl.nix b/third_party/overlays/tvl.nix index e7d563dcc0..4cfdd846a6 100644 --- a/third_party/overlays/tvl.nix +++ b/third_party/overlays/tvl.nix @@ -95,13 +95,6 @@ depot.nix.readTree.drvTargets { }) ); - # exa has been removed from nixpkgs, removing from depot in cl/9330, - # delete this afterwards. - exa = self.writeShellScriptBin "exa" '' - echo "'exa' has been removed from nixpkgs; please either remove it" - echo "from your configuration, or switch to 'eza'." - ''; - # dottime support for notmuch notmuch = super.notmuch.overrideAttrs (old: { passthru = old.passthru // { -- cgit 1.4.1