1
0
Fork 0
mirror of https://github.com/LnL7/nix-darwin.git synced 2024-12-14 11:57:34 +00:00

add changelog entry for NIX_PATH

This commit is contained in:
Daiderd Jordan 2019-05-01 13:04:16 +02:00
parent 58aa5bf185
commit d3c46c9442
No known key found for this signature in database
GPG key ID: D02435D05B810C96

View file

@ -1,3 +1,17 @@
2019-05-01
- nix.nixPath entries are now merged by default
system.stateVersion > 3
For the original behaviour, override the option using a higher priority.
nix.nixPath = lib.mkForce [ "darwin-config=/configuration.nix" ... ];
This option also supports specifying named NIX_PATH entries using an
attribute set now.
nix.nixPath = [{ darwin = "/src/darwin"; }];
2019-02-23
- The users module now supports declarative per-user packages similar to nixos.
eg.