mirror of
https://github.com/LnL7/nix-darwin.git
synced 2025-04-08 18:20:48 +00:00
Add manual install command to create symlink after 10.15 Catalina
This commit is contained in:
parent
44da835ac4
commit
d75a4fcf4d
1 changed files with 5 additions and 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
|
||||
|
|
Loading…
Add table
Reference in a new issue