Sacabambaspis
Sacabambaspis
https://github.com/nix-community/nix-on-droid/issues/75 ?
### llqqnt.nix ```nix #https://github.com/Prismwork/llqqnt-nix/blob/trunk/pkgs/llqqnt.nix {pkgs, ...}: let LiteLoaderQQNT_VERSION = "1.0.2"; LiteLoaderQQNT_REV = "e570e4b250edfa00aced5149ddf0ee8692cb0d0a"; LiteLoaderQQNT_URL = "https://github.com/LiteLoaderQQNT/LiteLoaderQQNT"; LiteLoaderQQNT_SRC = fetchGit { url = LiteLoaderQQNT_URL; rev = LiteLoaderQQNT_REV; submodules = true; };...
@orenagiv This worked for me as well! Thank you for your comment!
the bash binary provided by kalinethunter terminal can not work with ksu replacing bash binary does fix
https://github.com/rsuntk/KernelSU/commit/be917d19cb73693ddaab03a17d8db32fb7fd76f0 maybe this can help
a. Replace `terminal.apk/assets/bin/bash` with a newer(maybe 64bits) bash and reinstall it(maybe uninstall require) b. rebuild your kernel with that patch(or use latest unofficial kernelsu fork)