modules/environment/login: switch to non-precompiled proot

This commit is contained in:
Alexander Sosedkin 2022-07-09 12:41:33 +02:00
parent 9385968a97
commit 2ff75c4eca

View file

@ -82,7 +82,7 @@ in
environment.files = {
inherit login loginInner;
prootStatic = "/nix/store/wsgnxpmrdmjy7qrsxvp7r5jandbabzjl-proot-termux-static-aarch64-unknown-linux-android-unstable-2022-05-03";
prootStatic = customPkgs.prootTermux;
};
};