From 99f2ba1f569dc483bbd12f04673b39e32c8c50a9 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Fri, 15 Sep 2023 01:23:30 +0300 Subject: chore(3p/sources): bump channels & overlays (2023-09-15) * 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 Autosubmit: tazjin Tested-by: BuildkiteCI --- third_party/overlays/tvl.nix | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'third_party/overlays') 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 // { -- cgit 1.4.1