diff options
| author | Daiderd Jordan <daiderd@gmail.com> | 2022-01-02 11:49:28 +0100 |
|---|---|---|
| committer | Daiderd Jordan <daiderd@gmail.com> | 2022-01-02 11:50:06 +0100 |
| commit | a13e52e658d9710206cece539539d9b84d258ef5 (patch) | |
| tree | 03bf3c9f25fa85e88d3efe3d024d7da678bd2306 /README.md | |
| parent | 209b3fa1a8463453bf249e3a4d018b83886629b8 (diff) | |
simplify synthetic.conf install commands
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -113,9 +113,9 @@ nix build ~/.config/darwin\#darwinConfigurations.Johns-MacBook.system # 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 +echo -e "run\tprivate/var/run" | sudo tee -a /etc/synthetic.conf +/System/Library/Filesystems/apfs.fs/Contents/Resources/apfs.util -B +/System/Library/Filesystems/apfs.fs/Contents/Resources/apfs.util -t # Configure the channel nix-channel --add https://github.com/LnL7/nix-darwin/archive/master.tar.gz darwin |
