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·23+0300
committerclbot <clbot@tvl.fyi>2023-09-15T08·32+0000
commit99f2ba1f569dc483bbd12f04673b39e32c8c50a9 (patch)
tree3808e131548e5185474981fb0a88cefe48ce7ff0 /third_party/overlays
parent0c3af32d1c6c380fd5800baeabe20322c3579cc8 (diff)
chore(3p/sources): bump channels & overlays (2023-09-15) r/6591
* 3p/overlays: add shell script warning about 'exa' removal

  This has been removed in nixpkgs, leading to eval errors. This trick
  is a nicer way to work around the hard deprecation without requiring
  approval from inactive users.

  This will be cleaned up in cl/9330.

Change-Id: I10be59feff8f658dc566456acfc2c9ebbd78b59d
Reviewed-on: https://cl.tvl.fyi/c/depot/+/9328
Reviewed-by: flokli <flokli@flokli.de>
Autosubmit: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
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 // {