We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I want to cross compile to target: aarch64-unknown-linux-musl
But using when a follow the get started tutorial and do a build with:
nix build .#aarch64-linux.dev.hello-flakebox a get a file of aarch64-unknown-linux-gnu
How do i declare the -musl part?
The text was updated successfully, but these errors were encountered:
It needs to be added as a new "target", possibly with matching "toolchain".
Sorry, something went wrong.
No branches or pull requests
I want to cross compile to target:
aarch64-unknown-linux-musl
But using when a follow the get started tutorial and do a build with:
nix build .#aarch64-linux.dev.hello-flakebox a get a file of aarch64-unknown-linux-gnu
How do i declare the -musl part?
The text was updated successfully, but these errors were encountered: