summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDaiderd Jordan <daiderd@gmail.com>2022-01-02 11:49:28 +0100
committerDaiderd Jordan <daiderd@gmail.com>2022-01-02 11:50:06 +0100
commita13e52e658d9710206cece539539d9b84d258ef5 (patch)
tree03bf3c9f25fa85e88d3efe3d024d7da678bd2306 /README.md
parent209b3fa1a8463453bf249e3a4d018b83886629b8 (diff)
simplify synthetic.conf install commands
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 2e79a6e..b4ba32d 100644
--- a/README.md
+++ b/README.md
@@ -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