-
Notifications
You must be signed in to change notification settings - Fork 23
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
Comments
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. |
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? |
@Bot-wxt1221 Okay, I've pushed Cargo.lock to the main branch. |
@mycrl So when will we release the next version. I'd love to have release version with Cargo.lock in nixpkgs. |
@Bot-wxt1221 I released a small version |
@mycrl Thanks! |
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? |
NixOS support would be nice :3
The text was updated successfully, but these errors were encountered: