Use custom nix installation path to avoid overlap with termux

This commit is contained in:
Kovacsics Robert 2023-03-12 19:40:41 +00:00
parent 27867c79a7
commit f6ecf3b932

View file

@ -43,7 +43,7 @@ with lib;
config = {
build.installationDir = "/data/data/com.termux/files/usr";
build.installationDir = "/data/data/com.termux/files/nix";
};