-
Notifications
You must be signed in to change notification settings - Fork 12
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
Rebase Nix flake PR #104
Rebase Nix flake PR #104
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM except the env file
@j-baker re: runtime dependency I believe rustls depends on openssl (can’t doublecheck from my phone) and cargo build fails when rustc reaches rustls if OpenSSL headers not available (at least on NixOS that’s the case, rustls’s cargo build script calls pkgconfig).
UPDATE: sorry, was responding to the comment without checking the code. |
@koiuo this is the same as your PR, but with CI and a dev-shell setup. I also moved openssl into the buildInputs section of the dependencies, as it is a runtime dependency.