File tree Expand file tree Collapse file tree
tools/package-management/cargo-tree Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -67,6 +67,7 @@ mapAliases ({
6767 buildGo112Module = throw "buildGo112Module has been removed" ; # added 2020-04-26
6868 bundler_HEAD = bundler ; # added 2015-11-15
6969 cantarell_fonts = cantarell-fonts ; # added 2018-03-03
70+ cargo-tree = throw "cargo-tree has been removed, use the builtin `cargo tree` command instead." ; # added 2020-08-20
7071 casperjs = throw "casperjs has been removed, it was abandoned by upstream and broken." ;
7172 catfish = xfce . catfish ; # added 2019-12-22
7273 cgmanager = throw "cgmanager was deprecated by lxc and therefore removed from nixpkgs." ; # added 2020-06-05
Original file line number Diff line number Diff line change 94509450 inherit (darwin.apple_sdk.frameworks) Security;
94519451 };
94529452 cargo-tarpaulin = callPackage ../development/tools/analysis/cargo-tarpaulin { };
9453- cargo-tree = callPackage ../tools/package-management/cargo-tree { };
94549453 cargo-update = callPackage ../tools/package-management/cargo-update {
94559454 inherit (darwin.apple_sdk.frameworks) Security;
94569455 };
You can’t perform that action at this time.
0 commit comments