about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--third_party/overlays/tvl.nix7
-rw-r--r--users/wpcarro/common.nix1
2 files changed, 0 insertions, 8 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 // {
diff --git a/users/wpcarro/common.nix b/users/wpcarro/common.nix
index 8211cbf08f..72ae374bbd 100644
--- a/users/wpcarro/common.nix
+++ b/users/wpcarro/common.nix
@@ -49,7 +49,6 @@ in
     direnv
     diskus
     emacs
-    exa
     fd
     fzf
     git