mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 11:36:07 +01:00
Set HOME early
This commit is contained in:
parent
886fbb050e
commit
cb0905a4a0
1 changed files with 1 additions and 0 deletions
|
|
@ -12,6 +12,7 @@ writeScript "login" ''
|
|||
set -eu -o pipefail
|
||||
|
||||
export USER="${config.user.userName}"
|
||||
export HOME="${config.user.home}"
|
||||
export PROOT_TMP_DIR=${installationDir}/tmp
|
||||
export PROOT_L2S_DIR=${installationDir}/.l2s
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue