mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 19:46:07 +01:00
Add the missing field in /etc/passwd user entry
This commit is contained in:
parent
869aff3d41
commit
dfa9686aa6
1 changed files with 1 additions and 1 deletions
|
|
@ -9,5 +9,5 @@ in
|
|||
|
||||
writeTextDir "etc/passwd" ''
|
||||
root:x:0:0:System administrator:${instDir}/root:/bin/sh
|
||||
${userName}:x:${idSet.uid}:${idSet.gid}:/data/data/com.termux.nix/files/home:${shell}
|
||||
${userName}:x:${idSet.uid}:${idSet.gid}:${userName}:/data/data/com.termux.nix/files/home:${shell}
|
||||
''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue