Pablo Andres Dealbera

Results 24 comments of Pablo Andres Dealbera

But maybe home manager sets the some paths (specifically man path) making them not available?

For someone encountering this same issue, a workaround is to add this your nixpkgs config: `nixpkgs.config.allowUnfreePredicate = (pkg: true);` This will allow any unfree package to be installed until this...

Come on, this is an easy issue to fix. Can't take 7 years to address.

I actually don't have a MacBook anymore so I cannot test. If nobody can reproduce, we can close this.

I remove my `allowUnfreePredicate` and leave only the `allowUnfree` and tried installing `zoom-us` via my flake dotfiles and the issue seemed to be resolved, no error appeared.

> I remove my `allowUnfreePredicate` and leave only the `allowUnfree` and tried installing `zoom-us` via my flake dotfiles and the issue seemed to be resolved, no error appeared. Nevermind, I...

> See #203 Seems that PR was abandoned by the original author. I'll try to take a look if I have a chance. Thank you!

> But ping command in Termux is working well. It seems like ping command in Termux is just a wrapper of system's ping command. > > ```shell > ~ $...

> I got ping to work like this: Modify `/system/bin/login` by adding `-b /system:/uppersystem` to the proot command line. Restart the app and run `/uppersystem/bin/linker64 /uppersystem/bin/ping`. nix-on-droid seems to mask...

> > > It might be because of a proot-pseudomount to /bin, which we need for /bin/sh? > > > > > > Just to be sure, are you referring...