| options/nixos/documentation.man.enable | Whether to install manual pages
|
| options/darwin/documentation.man.enable | Whether to install manual pages and the man command
|
| options/nixos/documentation.nixos.enable | Whether to install NixOS's own documentation.
|
| options/nixos/documentation.dev.enable | Whether to install documentation targeted at developers.
- This includes man pages targeted at developers if
documentation.man.enable is
set (this also includes "devman" outputs).
- This includes info pages targeted at developers if
documentation.info.enable
is set (this also includes "devinfo" outputs).
- This includes other pages targeted at developers if
documentation.doc.enable
is set (this also includes "devdoc" outputs).
|