Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at release-19.03 24 lines 927 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 9 through <code>import &lt;nixpkgs/lib&gt;</code>. 10 </para> 11 12 <xi:include href="./library/asserts.xml" /> 13 14 <xi:include href="./library/attrsets.xml" /> 15 16 <!-- These docs are generated via nixdoc. To add another generated 17 library function file to this list, the file 18 `lib-function-docs.nix` must also be updated. --> 19 <xi:include href="./library/generated/strings.xml" /> 20 <xi:include href="./library/generated/trivial.xml" /> 21 <xi:include href="./library/generated/lists.xml" /> 22 <xi:include href="./library/generated/debug.xml" /> 23 <xi:include href="./library/generated/options.xml" /> 24</section>