about summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
authorJan Malakhovski <oxij@oxij.org>2016-04-20 21:46:02 +0000
committerJan Malakhovski <oxij@oxij.org>2018-02-09 19:51:05 +0000
commita7d75ab6489dc5834e8402db374b4d0f1e774d53 (patch)
treede9ebcf6ee6a521c2de5488b80b387820fedb9c4 /lib
parentee3220440da59e39154b520353a3d03a1abf3405 (diff)
nixos/doc: push all the `enable*' and `package*` options to the top of their option group
Why? Because this way configuration.nix(5) can be read linearly.

Before:

> virtualisation.xen.bootParams
> ...
> virtualisation.xen.enable
> ...
> virtualisation.xen.package
> ...

After:

> virtualisation.xen.enable
> virtualisation.xen.package
> virtualisation.xen.bootParams
> ...
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions