-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cargo build
fails on NixOS
#38
Comments
We can try to remove it, but we don't use it directly. Reqwest can be switched over to rustls, have to check for cargo (which we need for the cli). |
Have used rusttls with reqwest before I think, will have a look’ later
…On Mon, 4 Sep 2023 at 19:09, Raphael Hetzel ***@***.***> wrote:
We can try to remove it, but we don't use it directly. Reqwest can be
switched over to rustls, have to check for cargo (which we need for the
cli).
—
Reply to this email directly, view it on GitHub
<#38 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABI7YHFZ5UQY6J5VH2HQPLXYYKNTANCNFSM6AAAAAA4KJQYOY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
yeah, that is easy, cargo is the one I have to look into. |
Ah… can’t look properly as only on phone but it may not be trivial however
LawnGnome/cargo@b0888df
looks relevant
…On Mon, 4 Sep 2023 at 19:43, Raphael Hetzel ***@***.***> wrote:
yeah, that is easy, cargo is the one I have to look into.
—
Reply to this email directly, view it on GitHub
<#38 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABI7YEA7M2NDGY7I4XYJJDXYYOMXANCNFSM6AAAAAA4KJQYOY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Is anyone interested in this anymore @mor1 ? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
pkg-config
doesn't support NixOS so it takes some fiddling to getcargo build
to complete successfully.Perhaps it would be worth looking at the native Rust TLS implementation, https://github.com/rustls/rustls, instead?
(Meanwhile I'll submit a PR that should resolve this for anyone else using NixOS with flakes :)
The text was updated successfully, but these errors were encountered: