about summary refs log tree commit diff
path: root/third_party/overlays
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2023-09-14T22·28+0300
committertazjin <tazjin@tvl.su>2023-09-19T20·38+0000
commit1c3b6341cfee76f92469a63e748c8613824b77ef (patch)
treef1bb692c59a4c01daa00b6a75015333437f42f1d /third_party/overlays
parent3e5279aeff555b0c8a7d48f36bb46fb5b9743c01 (diff)
chore(users/wpcarro): drop 'exa' from NixOS systems r/6618
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 <tazjin@tvl.su>
Tested-by: BuildkiteCI
Reviewed-by: wpcarro <wpcarro@gmail.com>
Diffstat (limited to 'third_party/overlays')
-rw-r--r--third_party/overlays/tvl.nix7
1 files changed, 0 insertions, 7 deletions
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 // {