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:
parent
58aa5bf185
commit
d3c46c9442
1 changed files with 14 additions and 0 deletions
14
CHANGELOG
14
CHANGELOG
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue