diff options
author | Aaron Jheng <wentworth@outlook.com> | 2024-03-16 23:14:31 +0800 |
---|---|---|
committer | Aaron Jheng <wentworth@outlook.com> | 2024-03-16 23:18:17 +0800 |
commit | 07f534a66c5b7d27874fa75164f3f846cd3a4f87 (patch) | |
tree | 8d47c23d3dbcd5fd3c8259fddc27c553bb4197ea /pkgs/top-level/aliases.nix | |
parent | f242fc768bdfcf91d9094a8a8f66551324bf1a47 (diff) |
cargo-graph: remove
Diffstat (limited to 'pkgs/top-level/aliases.nix')
-rw-r--r-- | pkgs/top-level/aliases.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/top-level/aliases.nix b/pkgs/top-level/aliases.nix index 08e511352b7d5..ee651673d6d06 100644 --- a/pkgs/top-level/aliases.nix +++ b/pkgs/top-level/aliases.nix @@ -149,6 +149,7 @@ mapAliases ({ cargo-embed = throw "cargo-embed is now part of the probe-rs package"; # Added 2023-07-03 cargo-espflash = espflash; cargo-flash = throw "cargo-flash is now part of the probe-rs package"; # Added 2023-07-03 + cargo-graph = throw "cargo-graph has been removed as it is broken and archived upstream"; # Added 2024-03-16 catfish = throw "'catfish' has been renamed to/replaced by 'xfce.catfish'"; # Converted to throw 2023-09-10 cawbird = throw "cawbird has been abandoned upstream and is broken anyways due to Twitter closing its API"; ccloud-cli = throw "ccloud-cli has been removed, please use confluent-cli instead"; # Added 2023-06-09 |