-
-
Notifications
You must be signed in to change notification settings - Fork 50
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
Example nix shell #13
Comments
should be fixed by f247696 |
@figsoda Yes that error is gone. Can you tell me how to add support for |
There is a If you just want to use it with nix shell, with fenix; # or rust-nightly if you are using the overlay, or fenix.packages.x86_64-linux if you are using flakes
combine [
minimal.rustc
minimal.cargo
targets.x86_64-unknown-linux-musl.latest.rust-std
] should work |
@figsoda I tried it and the executables built using this config are crashing with segmentation fault:
|
Not sure what the problem is It worked on my machine
|
Seems like nixos or musl issue: |
It is not clear how to use this library. Is this the correct way:
This nix shell produces the following error: https://gist.github.com/fctorial/5a7257a1c6a450802e55c590f3f2c4e1
The text was updated successfully, but these errors were encountered: