summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMichael Hoang <enzime@users.noreply.github.com>2023-06-20 22:54:31 +1000
committerMichael Hoang <enzime@users.noreply.github.com>2023-07-11 18:59:05 +1000
commit5288a723540fdb25e34364518115e2ef32ed19ad (patch)
tree8211ea859315c329a7e374a65cb3c738da5e7027 /README.md
parentf70f90c42207ede0c3b21b785e2650beeecc161c (diff)
Allow flaky installation with `darwin-rebuild`
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 0 insertions, 7 deletions
diff --git a/README.md b/README.md
index d31d6c8..2fd7949 100644
--- a/README.md
+++ b/README.md
@@ -123,13 +123,6 @@ 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
-/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
nix-channel --update