| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-11-25 | system: fix detection and ownership of /etc/synthetic.conf | Aiden Scandella | |
| This file is owned by root and mode 600 on my system, so the grep is failing and it's adding a new entry every run. ```sh -rw------- 1 root wheel 664 Nov 25 15:52 /etc/synthetic.conf ``` | |||
| 2024-11-21 | system: always add /run to /etc/synthetic.conf on macOS 10.15 onwards | Michael Hoang | |
| Currently if nix-darwin is uninstalled then reinstalled without rebooting, then the `/run` symlink will still remain and nix-darwin won't readd `run` to `/etc/synthetic.conf` meaning the system will be broken on next reboot. | |||
| 2024-11-07 | checks: move manual `/run` instructions to activation | Michael Hoang | |
| 2023-07-11 | Allow flaky installation with `darwin-rebuild` | Michael Hoang | |
