1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 11:40:45 +00:00

cargo-geiger: move to pkgs/by-name

This commit is contained in:
Gutyina Gergő 2024-05-10 22:01:33 +02:00
parent 92f3ef33da
commit bca6725f18
No known key found for this signature in database
3 changed files with 0 additions and 1 deletions

View file

@ -16744,7 +16744,6 @@ with pkgs;
inherit (darwin.apple_sdk.frameworks) Security;
};
cargo-fuzz = callPackage ../development/tools/rust/cargo-fuzz { };
cargo-geiger = callPackage ../development/tools/rust/cargo-geiger { };
cargo-hf2 = callPackage ../development/tools/rust/cargo-hf2 {
inherit (darwin.apple_sdk.frameworks) AppKit;