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
Describe the bug
I'm trying to build a package inside a nix-on-droid environment, but the build fails on the installation phase:
Running phase: installPhase @nix { "action": "setPhase", "phase": "installPhase" } searching for bins/libs to install from cargo build log at cargoBuildLog3y5q.json installing /tmp/nix-build-zola-new-0.1.6.drv-0/source/target/release/zola-new searching for bins/libs complete stripping references to cargoVendorDir from: tee: /dev/fd/3: Permission denied
(the origin is here I believe)
Seems like it's not allowed to write to /dev/fd/3 on Android. Can this be avoided somehow?
/dev/fd/3
I realize that it's a pretty niche use case, but it would be so cool to get it working 🙂
Reproduction
(NB: The process takes hours because of how proot is slow)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
I'm trying to build a package inside a nix-on-droid environment, but the build fails on the installation phase:
(the origin is here I believe)
Seems like it's not allowed to write to
/dev/fd/3
on Android. Can this be avoided somehow?I realize that it's a pretty niche use case, but it would be so cool to get it working 🙂
Reproduction
(NB: The process takes hours because of how proot is slow)
The text was updated successfully, but these errors were encountered: