doc: Fix and clarify allowInsecurePredicate
example
I had made inbalanced parens. Remove unneeded parens for legibility too.
This commit is contained in:
parent
9b090ccbca
commit
97baa2e21b
@ -272,7 +272,7 @@
|
||||
very short names:
|
||||
<programlisting>
|
||||
{
|
||||
allowInsecurePredicate = (pkg: (builtins.stringLength (lib.getName pkg) <= 5);
|
||||
allowInsecurePredicate = pkg: builtins.stringLength (lib.getName pkg) <= 5;
|
||||
}
|
||||
</programlisting>
|
||||
</para>
|
||||
|
Loading…
Reference in New Issue
Block a user