diff options
author | Vincent Ambo <mail@tazj.in> | 2023-09-14T22·28+0300 |
---|---|---|
committer | tazjin <tazjin@tvl.su> | 2023-09-19T20·38+0000 |
commit | 1c3b6341cfee76f92469a63e748c8613824b77ef (patch) | |
tree | f1bb692c59a4c01daa00b6a75015333437f42f1d /third_party/overlays/tvl.nix | |
parent | 3e5279aeff555b0c8a7d48f36bb46fb5b9743c01 (diff) |
chore(users/wpcarro): drop 'exa' from NixOS systems r/6618
This is unmaintained and has been removed from nixpkgs. As an alternative, 'eza' can be installed. This is the last instance of 'exa' in depot, so the workaround from the channel bump has been removed. Change-Id: Id915260b6c969a6b2a8ecae49d3ce92285f09f71 Reviewed-on: https://cl.tvl.fyi/c/depot/+/9330 Autosubmit: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI Reviewed-by: wpcarro <wpcarro@gmail.com>
Diffstat (limited to 'third_party/overlays/tvl.nix')
-rw-r--r-- | third_party/overlays/tvl.nix | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/third_party/overlays/tvl.nix b/third_party/overlays/tvl.nix index e7d563dcc001..4cfdd846a6a0 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 // { |