summary refs log tree commit diff
path: root/doc/functions.xml
blob: 4193bb49f77a66f82ecf2e967f0e90a7550dc818 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<chapter xmlns="http://docbook.org/ns/docbook"
         xmlns:xlink="http://www.w3.org/1999/xlink"
         xmlns:xi="http://www.w3.org/2001/XInclude"
         xml:id="chap-functions">
 <title>Functions reference</title>
 <para>
  The nixpkgs repository has several utility functions to manipulate Nix
  expressions.
 </para>
 <xi:include href="functions/library.xml" />
 <xi:include href="functions/overrides.xml" />
 <xi:include href="functions/generators.xml" />
 <xi:include href="functions/debug.xml" />
 <xi:include href="functions/fhs-environments.xml" />
 <xi:include href="functions/shell.xml" />
 <xi:include href="functions/dockertools.xml" />
</chapter>