mirror of
https://github.com/NixOS/nix
synced 2025-06-24 18:01:16 +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…
Add table
Add a link
Reference in a new issue