add changelog entry for manual

This commit is contained in:
Daiderd Jordan
2019-05-04 16:15:55 +02:00
parent 3ab430289f
commit b3e96fdf66
+7 -1
View File
@@ -1,3 +1,10 @@
2019-05-04
- A configuration.nix manpage is now included by default, run
`man 5 configuration.nix` or `darwin-help`. The documentation option can be
disabled to exclude the manual and it's extra build dependencies.
documentation.enable = false;
2019-05-01
- nix.nixPath entries are now merged by default
system.stateVersion > 3
@@ -11,7 +18,6 @@
nix.nixPath = [{ darwin = "/src/darwin"; }];
2019-02-23
- The users module now supports declarative per-user packages similar to nixos.
eg.