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
Hi!
I'm trying to build a Rust 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 there's something wrong with the permissions of /dev/fd/3. I can write in it in:
/dev/fd/3
… but not in the build environment.
Any ideas how to fix this?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi!
I'm trying to build a Rust package inside a nix-on-droid environment, but the build fails on the installation phase:
(the origin is here I believe)
Seems like there's something wrong with the permissions of
/dev/fd/3
. I can write in it in:… but not in the build environment.
Any ideas how to fix this?
The text was updated successfully, but these errors were encountered: