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.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/third_party/overlays/tvl.nix b/third_party/overlays/tvl.nix
index 4cfdd846a6..e7d563dcc0 100644
--- a/third_party/overlays/tvl.nix
+++ b/third_party/overlays/tvl.nix
@@ -95,6 +95,13 @@ 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 // {