| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-11-21 | installer: move creating default configuration to README | Michael Hoang | |
| 2024-11-17 | treewide: remove `nix.package` example | Michael Hoang | |
| 2024-11-16 | treewide: remove mentions of `services.nix-daemon.enable = true;` | Michael Hoang | |
| 2024-10-31 | zsh: enable by default as zsh is the default shell on macOS | Michael Hoang | |
| Historically this was a footgun because users would not always have this enabled leading to `darwin-rebuild` and other programs not being found. | |||
| 2024-09-11 | {ids,checks}: update for new builder UID/GID values | Emily | |
| 2022-08-25 | Fix copypasta in simple example | Joshua Bronson | |
| 2020-06-17 | enable zsh in simple example | Daiderd Jordan | |
| 2020-05-30 | nix: better defaults settings for maxJobs/buildCores | Jörg Thalheim | |
| most users just want to use all available cores. This commit aligns our defaults with what we do in NixOS | |||
| 2019-05-01 | nix: make nix.nixPath merge by default | Daiderd Jordan | |
| Since named entries can be overridden now based on ordering now merging is only a problem for removing one of the default search paths, in which case a higher priority eg. mkForce can be used. { nix.nixPath = [{ darwin-config = "/darwin.nix"; }]; } Will result in [ "darwin-config=/darwin.nix" "/nix/var/nix/profiles/per-user/root/channels" "$HOME/.nix-defexpr/channels" ] Fixes #137 | |||
| 2018-08-26 | simple: add environment.darwinConfig example | Daiderd Jordan | |
| 2018-08-21 | examples: remove nix-repl and nixUnstable references | Daiderd Jordan | |
| 2018-04-08 | bump stateVersion in examples | Daiderd Jordan | |
| 2018-03-26 | simple: add comment for nix package/daemon options | Daiderd Jordan | |
| Hopefully this helps to clarify the default behaviour. | |||
| 2018-01-14 | examples: add zsh/fish options | Daiderd Jordan | |
| 2018-01-13 | simple: update example | Daiderd Jordan | |
| 2017-10-01 | examples-simple: add stateVersion | Daiderd Jordan | |
| 2017-07-23 | bootstrap: add nix.maxJobs to simple example | Daiderd Jordan | |
| 2017-06-03 | example: disable completion | Daiderd Jordan | |
| 2016-12-15 | update install readme | Daiderd Jordan | |
| 2016-12-13 | update example | Daiderd Jordan | |
| 2016-12-11 | add nix-tools to environment.systemPackages by default | Daiderd Jordan | |
| 2016-12-11 | add link to examples | Daiderd Jordan | |
