at 22.05-pre 985 B view raw
1<section xmlns="http://docbook.org/ns/docbook" 2 xmlns:xlink="http://www.w3.org/1999/xlink" 3 xmlns:xi="http://www.w3.org/2001/XInclude" 4 xml:id="sec-functions-library"> 5 <title>Nixpkgs Library Functions</title> 6 7 <para> 8 Nixpkgs provides a standard library at <varname>pkgs.lib</varname>, or through <code>import &lt;nixpkgs/lib&gt;</code>. 9 </para> 10 11 <xi:include href="./library/asserts.xml" /> 12 13 <xi:include href="./library/attrsets.xml" /> 14 15<!-- These docs are generated via nixdoc. To add another generated 16 library function file to this list, the file 17 `lib-function-docs.nix` must also be updated. --> 18 19 <xi:include href="./library/generated/strings.xml" /> 20 21 <xi:include href="./library/generated/trivial.xml" /> 22 23 <xi:include href="./library/generated/lists.xml" /> 24 25 <xi:include href="./library/generated/debug.xml" /> 26 27 <xi:include href="./library/generated/options.xml" /> 28 29 <xi:include href="./library/generated/sources.xml" /> 30</section>