| nix.buildMachines | This option lists the machines to be used if distributed builds are
enabled (see nix.distributedBuilds)
|
| documentation.enable | Whether to install documentation of packages from
environment.systemPackages into the generated system path
|
| services.postgresql.logLinePrefix | A printf-style string that is output at the beginning of each log line
|
| system.darwinLabel | Label to be used in the names of generated outputs.
|
| environment.extraOutputsToInstall | Entries listed here will be appended to the meta.outputsToInstall attribute for each package in environment.systemPackages, and the files from the corresponding derivation outputs symlinked into /run/current-system/sw
|
| programs.man.enable | Whether to enable manual pages and the man command
|
| environment.enableAllTerminfo | Whether to install all terminfo outputs
|
| environment.shellAliases | An attribute set that maps aliases (the top level attribute names in
this option) to command strings or directly to build outputs
|
| documentation.man.enable | Whether to install manual pages and the man command
|
| documentation.info.enable | Whether to install info pages and the info command
|
| documentation.doc.enable | Whether to install documentation distributed in packages' /share/doc
|