diff options
| author | Michael Hoang <enzime@users.noreply.github.com> | 2023-06-20 22:54:31 +1000 |
|---|---|---|
| committer | Michael Hoang <enzime@users.noreply.github.com> | 2023-07-11 18:59:05 +1000 |
| commit | 5288a723540fdb25e34364518115e2ef32ed19ad (patch) | |
| tree | 8211ea859315c329a7e374a65cb3c738da5e7027 /README.md | |
| parent | f70f90c42207ede0c3b21b785e2650beeecc161c (diff) | |
Allow flaky installation with `darwin-rebuild`
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -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 |
