Skip to content

Commit

Permalink
changelog: document changes to Nix installation management
Browse files Browse the repository at this point in the history
  • Loading branch information
emilazy committed Feb 3, 2025
1 parent 5004163 commit 598d8c6
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
2025-01-29
- There is now a `nix.enable` toggle to disable management of the Nix
installation. Nix installation management has been made more
opinionated as a consequence; nix-darwin now only supports managing a
multi‐user daemon installation of Nix, and unconditionally takes
ownership of the nix-daemon launchd daemon and the `_nixbld*` build
users when Nix installation management is enabled.

If the new constraints do not work with your setup, you can disable
the `nix.enable` option to opt out of Nix installation management
entirely; see the option documentation for caveats.

2025-01-18
- The default configuration path for all new installations
is `/etc/nix-darwin`. This was already the undocumented
Expand Down

0 comments on commit 598d8c6

Please sign in to comment.