mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 00:08:07 +02:00
generate-manpage.nix: Add comment explaining one bit
This commit is contained in:
parent
9f93972c4d
commit
4606a07bb6
1 changed files with 1 additions and 0 deletions
|
@ -110,6 +110,7 @@ let
|
|||
${option.description}
|
||||
'';
|
||||
categories = mapAttrs
|
||||
# Convert each group from a list of key-value pairs back to an attrset
|
||||
(_: listToAttrs)
|
||||
(groupBy
|
||||
(cmd: cmd.value.category)
|
||||
|
|
Loading…
Reference in a new issue