lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

cargo-workspaces: drop unused libgit2 dependency

It is using gix and libgit2{,-sys} is not in the lockfile
https://github.com/pksunkara/cargo-workspaces/blob/v0.3.1/cargo-workspaces/Cargo.lock#L680

authored by

Sandro Jäckel and committed by
sternenseemann
0d974fc9 c46ca8c6

-2
-2
pkgs/development/tools/rust/cargo-workspaces/default.nix
··· 2 2 , rustPlatform 3 3 , fetchCrate 4 4 , pkg-config 5 - , libgit2_1_6 6 5 , libssh2 7 6 , openssl 8 7 , zlib ··· 26 25 ]; 27 26 28 27 buildInputs = [ 29 - libgit2_1_6 30 28 libssh2 31 29 openssl 32 30 zlib