nix-community / nix-on-droid

Nix-enabled environment for your Android device. [maintainers=@t184256,@Gerschtli]
https://nix-on-droid.unboiled.info
MIT License
1.15k stars 65 forks source link

procps commands return "uptime" message #287

Closed unode closed 10 months ago

unode commented 10 months ago

I'm not really sure why but both pgrep and pkill from the procps package result in an uptime message instead of the expected command.

A screenshot is perhaps clearer:

Screenshot_20230826_202159_Nix

Any ideas how to work around this? I was trying to use pkill from a script and ran into this confusing output. The screenshot shows only pgrep but the output is the same for pkill.

unode commented 10 months ago

Accidental double post - dupe of #286