Nix/misc
Zhong Jianxin d9b3adca75 launchd: Set NumberOfFiles to 4096
The default maxfiles on macOS 11 and macOS 12 is 256, which is too low
for nix to work:

```
$ launchctl limit maxfiles
	maxfiles    256            unlimited
```

Set NumberOfFiles of nix-daemon to 4096 to avoid `Too many open files`
error.
2021-12-04 20:46:29 +08:00
..
bash Add a description in the completion outputs 2020-10-09 09:39:51 +02:00
fish Add a fish completion script 2021-06-23 19:59:58 +02:00
launchd launchd: Set NumberOfFiles to 4096 2021-12-04 20:46:29 +08:00
systemd Apply OS checks to host platform, not build 2021-06-23 15:00:36 +00:00
systemv SystemV init file for BSD systems, old Linux distributions (RHEL 6) and Linux dist without systemd 2016-05-02 22:25:28 +02:00
upstart Apply OS checks to host platform, not build 2021-06-23 15:00:36 +00:00
zsh Fix zsh completion script 2021-06-12 23:50:26 -05:00