Skip to content
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

NixOS Support #94

Closed
nyabinary opened this issue Aug 31, 2024 · 8 comments
Closed

NixOS Support #94

nyabinary opened this issue Aug 31, 2024 · 8 comments
Assignees
Labels
question Further information is requested

Comments

@nyabinary
Copy link

NixOS support would be nice :3

@mycrl
Copy link
Owner

mycrl commented Aug 31, 2024

I don't have a nixos environment at hand. If your OS supports installing the rust toolchain, you can try to compile one by yourself. My project currently does not seem to have any dependencies that would prevent cross-platform use. The build products in releases are automatically built by github actions and do not statically link libc, so if the build products in releases cannot run in your environment, you can try to compile one. You only need to "cargo build --release", and the rest will be automatically completed by the rust toolchain.

@mycrl mycrl self-assigned this Aug 31, 2024
@mycrl mycrl added the question Further information is requested label Aug 31, 2024
@Bot-wxt1221
Copy link

Bot-wxt1221 commented Sep 2, 2024

@mycrl NixOS/nixpkgs#338928

It is about to include it in nixpkgs.

However, nixpkgs are now removing Cargo.lock and suggest including Cargo.lock in upstream. Could you do it for us?

@mycrl
Copy link
Owner

mycrl commented Sep 2, 2024

@Bot-wxt1221 Okay, I've pushed Cargo.lock to the main branch.

@Bot-wxt1221
Copy link

@mycrl So when will we release the next version. I'd love to have release version with Cargo.lock in nixpkgs.

@mycrl
Copy link
Owner

mycrl commented Sep 11, 2024

@Bot-wxt1221 I released a small version

https://github.com/mycrl/turn-rs/releases/tag/v3.0.1

@Bot-wxt1221
Copy link

@mycrl Thanks!

@nyabinary
Copy link
Author

NixOS/nixpkgs#338928 has been merged.

@mycrl
Copy link
Owner

mycrl commented Sep 24, 2024

NixOS/nixpkgs#338928 has been merged.

@nyabinary How to install turn-rs in nixos, I don't know how to use nixos, but I want to add the nixos installation method to the README, can you give me some help?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants