Alexander Sosedkin

Results 222 comments of Alexander Sosedkin

(shameless plug, https://github.com/t184256/nix-on-droid provides a Nix-powered environment that's not NixOS though. also uses proot under the hood)

My opinion depends heavily on the availability of unprivileged mount namespaces. Despite having rooted devices as well, I don't have the energy to maintain two mechanisms at the same time...

If you have root, you can also do user mount namespaces. Outer login script will have to be modified to use them instead of proot. Pull requests are welcome.

Using this together with https://github.com/DarkKirb/hydra/commit/b3eedbffd8560b7775130477c2816d6645a9983b, I've experienced hydra-queue-runner silently hanging inside `getBuiltOutputs`; turns out I was missing the magic update from 44e1efff7. With these two and some trivial cherry-picking I...

https://github.com/t184256/hydra/commits/nix-ca-reprise (d9c0957) is what I ended up running when I mashed it all up together. But consider these just tips for those who want to try this PR in its...

I'm not sure what "window manager integration" is, could you elaborate? If that is about running graphical applications, https://github.com/nix-community/nix-on-droid/issues/75 has some discussions on this. I don't plan to work on...

Random idea, feel free to disregard: ``` login -> proot -> login-inner -> session \ -> (supervisord overseeing process) -> proot -> login-inner -> supervisord ```

I still somehow thought that meant starting it from proot with extra precautions. Sorry for the noise then. As for desireability, I'm not sure. Sounds rather involved to me wrt...

1. aggressive powersaving? try "acquire wakelock" in notification 2. is disk space usage growing (can be seen in app properties)

If you're asking for my opinion, it's simple: system packages are there for hardware enablement (not applicable to n-o-d), non-user services and "recovery" packages that should be enough for hammering...