You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @bemyak thanks for the report! It was pretty easy to avoid referencing /dev/fd directly (in favor of cat with a redirection) so this should be fixed with #737
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: