From b721000dc6990f3a9ac8e5f8c9fcd7431c4396af Mon Sep 17 00:00:00 2001 From: Emily Date: Sun, 12 Jan 2025 16:49:25 +0000 Subject: [PATCH] system: add missing newline --- modules/system/base.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/system/base.nix b/modules/system/base.nix index fb27c545..6d5e2a96 100644 --- a/modules/system/base.nix +++ b/modules/system/base.nix @@ -23,7 +23,7 @@ printf >&2 'error: apfs.util failed to symlink /run, aborting activation\n' printf >&2 'To create a symlink from /run to /var/run, please run:\n' printf >&2 '\n' - printf >&2 "$ printf 'run\tprivate/var/run\n' | sudo tee -a /etc/synthetic.conf" + printf >&2 "$ printf 'run\tprivate/var/run\n' | sudo tee -a /etc/synthetic.conf\n" printf >&2 '$ sudo /System/Library/Filesystems/apfs.fs/Contents/Resources/apfs.util -t\n' printf >&2 '\n' printf >&2 'The current contents of /etc/synthetic.conf is:\n'