mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 19:46:07 +01:00
Use custom nix installation path to avoid overlap with termux
This commit is contained in:
parent
27867c79a7
commit
f6ecf3b932
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ with lib;
|
||||||
|
|
||||||
config = {
|
config = {
|
||||||
|
|
||||||
build.installationDir = "/data/data/com.termux/files/usr";
|
build.installationDir = "/data/data/com.termux/files/nix";
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue