lib/default.nix: disable documentation

This commit is contained in:
Astro 2021-04-29 21:54:30 +02:00
parent 90c5c69ecb
commit ab35429b87
1 changed files with 2 additions and 0 deletions

View File

@ -279,6 +279,8 @@ in {
time.timeZone = lib.mkDefault "Europe/Berlin";
documentation.enable = false;
documentation.nixos.enable = false;
};
meta.maintainers = with lib.maintainers; [ ehmry ];