mirror of
https://github.com/LnL7/nix-darwin.git
synced 2024-12-14 11:57:34 +00:00
users: fix unclosed string
This commit is contained in:
parent
5c0c6aaa79
commit
a15a3d9f1f
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ in
|
||||||
homeDirectory=''${homeDirectory#NFSHomeDirectory: }
|
homeDirectory=''${homeDirectory#NFSHomeDirectory: }
|
||||||
if [[ ${lib.escapeShellArg v.home} != "$homeDirectory" ]]; then
|
if [[ ${lib.escapeShellArg v.home} != "$homeDirectory" ]]; then
|
||||||
printf >&2 '\e[1;31merror: config contains the wrong home directory for %s, aborting activation\e[0m\n' ${name}
|
printf >&2 '\e[1;31merror: config contains the wrong home directory for %s, aborting activation\e[0m\n' ${name}
|
||||||
printf >&2 'nix-darwin does not support changing the home directory of existing users.
|
printf >&2 'nix-darwin does not support changing the home directory of existing users.\n'
|
||||||
printf >&2 '\n'
|
printf >&2 '\n'
|
||||||
printf >&2 'Please set:\n'
|
printf >&2 'Please set:\n'
|
||||||
printf >&2 '\n'
|
printf >&2 '\n'
|
||||||
|
|
Loading…
Reference in a new issue