summary refs log tree commit diff
path: root/doc/functions/library.xml
blob: 21bcf5b88c9d83eef05c1fab94920e77c4fa1b82 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<section xmlns="http://docbook.org/ns/docbook"
         xmlns:xlink="http://www.w3.org/1999/xlink"
         xmlns:xi="http://www.w3.org/2001/XInclude"
         xml:id="sec-functions-library">
 <title>Nixpkgs Library Functions</title>

 <para>
  Nixpkgs provides a standard library at <varname>pkgs.lib</varname>, or through <code>import &lt;nixpkgs/lib&gt;</code>.
 </para>

 <xi:include href="./library/asserts.xml" />

 <xi:include href="./library/attrsets.xml" />

<!-- These docs are generated via nixdoc. To add another generated
      library function file to this list, the file
      `lib-function-docs.nix` must also be updated. -->

 <xi:include href="./library/generated/strings.xml" />

 <xi:include href="./library/generated/trivial.xml" />

 <xi:include href="./library/generated/lists.xml" />

 <xi:include href="./library/generated/debug.xml" />

 <xi:include href="./library/generated/options.xml" />

 <xi:include href="./library/generated/sources.xml" />
</section>