diff options
| author | Kid <44045911+kidonng@users.noreply.github.com> | 2021-12-06 21:43:50 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-06 21:43:50 +0800 |
| commit | d75a4fcf4d636b6aa86361db4f2192d49577ebf9 (patch) | |
| tree | a49e0df02188e5c76d2fda939596ce32db09b426 | |
| parent | 44da835ac40dab5fd231298b59d83487382d2fab (diff) | |
Add manual install command to create symlink after 10.15 Catalina
| -rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -110,7 +110,12 @@ nix build ~/.config/darwin\#darwinConfigurations.Johns-MacBook.system ## Manual Install ```bash +# Before 10.15 Catalina sudo ln -s private/var/run /run +# After 10.15 Catalina +echo -e "run\tprivate/var/run" | sudo tee -a /etc/synthetic.conf >/dev/null +/System/Library/Filesystems/apfs.fs/Contents/Resources/apfs.util -B &>/dev/null \ + || /System/Library/Filesystems/apfs.fs/Contents/Resources/apfs.util -t &>/dev/null # Configure the channel nix-channel --add https://github.com/LnL7/nix-darwin/archive/master.tar.gz darwin |
