nix/lib/make-options-doc: remove nix-level sorting
there are no remaining users of sorted option lists except the docbook build, which sorts its input separately.
This commit is contained in:
@@ -19,7 +19,6 @@ def sortKey(opt):
|
||||
for p in opt.findall('attr[@name="loc"]/list/string')
|
||||
]
|
||||
|
||||
# always ensure that the sort order matches the order used in the nix expression!
|
||||
options.sort(key=sortKey)
|
||||
|
||||
doc = ET.Element("expr")
|
||||
|
||||
Reference in New Issue
Block a user