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 <nixpkgs/lib></code>.
9 </para>
10
11 <!-- The index must have a root element to declare namespaces, but we
12 don't want to include it, so we select all of its children. -->
13 <xi:include href="./library/generated/index.xml" xpointer="xpointer(/root/*)" />
14</section>