mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 19:46:07 +01:00
Set /home/monk explicitly
This commit is contained in:
parent
4b90f3fcf2
commit
a5ab93eaec
1 changed files with 1 additions and 0 deletions
1
script
1
script
|
|
@ -118,6 +118,7 @@ set -e
|
|||
echo "Welcome to Nix-on-Droid!"
|
||||
|
||||
export USER="\$1"
|
||||
export HOME="/data/data/com.termux.nix/files/home"
|
||||
shift
|
||||
|
||||
echo "Sourcing Nix environment..."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue