Merge #34866: nixos doc: efficient comparisons
This solves most of the performance regression from a7d75ab (#33898).
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user