CycloneDX / cyclonedx-rust-cargo

Creates CycloneDX Software Bill of Materials (SBOM) from Rust (Cargo) projects
https://cyclonedx.org/
Apache License 2.0
106 stars 44 forks source link

Drop OpenSSL dependency from Nix flake #748

Closed Shnatsel closed 4 months ago

Shnatsel commented 4 months ago

Now that we no longer depend on cargo as a library which in turn depends on OpenSSL, we don't need OpenSSL as dependency anywhere.

I don't know Nix, so...

712be92c4bd4a36bbc01d63b7e431770ed65615201ea3c12e541b84b024edf45

Shnatsel commented 4 months ago

Well, it seems to have worked, and we don't have any reviewers who know Nix, so I'm going to go ahead and merge this.