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 <flokli@flokli.de>
Autosubmit: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
This commit is contained in:
Vincent Ambo 2023-09-15 01:23:30 +03:00 committed by clbot
parent 0c3af32d1c
commit 99f2ba1f56
2 changed files with 34 additions and 27 deletions

View file

@ -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 // {