Skip to content

Update nix to 0.30.1 to fix musl build #179

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

vimproved
Copy link

Currently muvm fails to build on musl due to getregs/setregs being missing from the nix crate on musl/aarch64. This was fixed in 0.30.0. As 0.30.0 also made unistd interfaces type-safe, this commit makes changes accordingly.

@slp
Copy link
Collaborator

slp commented Jun 12, 2025

@vimproved thanks for the PR. Could you please rebase it to get a green light in the tests?

Currently muvm fails to build on musl due to getregs/setregs being
missing from the nix crate on musl/aarch64. This was fixed in 0.30.0. As
0.30.0 also made unistd interfaces type-safe, this commit makes changes
accordingly.

Signed-off-by: Violet Purcell <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants