lib: export option location in `optionAttrSetToDocList`

release-18.03-flake
Jan Malakhovski 2018-02-11 22:04:09 +00:00
parent ad78e52357
commit a3a8c1f54d
1 changed files with 1 additions and 0 deletions

View File

@ -85,6 +85,7 @@ rec {
concatMap (opt:
let
docOption = rec {
loc = opt.loc;
name = showOption opt.loc;
description = opt.description or (throw "Option `${name}' has no description.");
declarations = filter (x: x != unknownModule) opt.declarations;