From b3e96fdf6623dffa666f8de8f442cc1d89c93f60 Mon Sep 17 00:00:00 2001 From: Daiderd Jordan Date: Sat, 4 May 2019 16:15:55 +0200 Subject: [PATCH] add changelog entry for manual --- CHANGELOG | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index b4a720e..91b78d1 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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.