Add do not edit comments in login/login-inner

This commit is contained in:
Tobias Happ 2019-11-30 01:30:53 +01:00 committed by Alexander Sosedkin
parent 15f5d97457
commit 141df13aa2
2 changed files with 3 additions and 0 deletions

View file

@ -8,6 +8,8 @@ let
in
writeText "login-inner" ''
# This file is generated by nix-on-droid. DO NOT EDIT.
set -e
[ "$#" -gt 0 ] || echo "Welcome to Nix-on-Droid!"

View file

@ -9,6 +9,7 @@ in
writeScript "login" ''
#!/system/bin/sh
# This file is generated by nix-on-droid. DO NOT EDIT.
set -e
export USER="${config.user.userName}"