diff options
| author | Michael Hoang <enzime@users.noreply.github.com> | 2024-10-28 10:47:15 +1100 |
|---|---|---|
| committer | Michael Hoang <enzime@users.noreply.github.com> | 2024-10-28 10:51:09 +1100 |
| commit | a15a3d9f1f9fadd455b38b3833e1ee6db6b59186 (patch) | |
| tree | d370704f20d737839e6c35904aab870e13fe502c /modules/users/default.nix | |
| parent | 5c0c6aaa797d6ccbb6cdab14de0248135735709d (diff) | |
users: fix unclosed string
Diffstat (limited to 'modules/users/default.nix')
| -rw-r--r-- | modules/users/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/users/default.nix b/modules/users/default.nix index a23251d..92c0cd8 100644 --- a/modules/users/default.nix +++ b/modules/users/default.nix @@ -190,7 +190,7 @@ in homeDirectory=''${homeDirectory#NFSHomeDirectory: } 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 '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 'Please set:\n' printf >&2 '\n' |
