2015-06-24 20:57:37 +00:00
|
|
|
<chapter xmlns="http://docbook.org/ns/docbook"
|
2018-09-03 15:13:02 +00:00
|
|
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
2018-08-27 23:53:25 +00:00
|
|
|
xmlns:xi="http://www.w3.org/2001/XInclude"
|
2018-09-03 15:13:02 +00:00
|
|
|
xml:id="chap-functions">
|
2018-05-01 23:54:21 +00:00
|
|
|
<title>Functions reference</title>
|
|
|
|
<para>
|
|
|
|
The nixpkgs repository has several utility functions to manipulate Nix
|
|
|
|
expressions.
|
|
|
|
</para>
|
2018-10-02 20:06:33 +00:00
|
|
|
<xi:include href="functions/library.xml" />
|
2018-10-02 17:52:21 +00:00
|
|
|
<xi:include href="functions/overrides.xml" />
|
2018-10-02 18:03:59 +00:00
|
|
|
<xi:include href="functions/generators.xml" />
|
2018-10-02 18:07:06 +00:00
|
|
|
<xi:include href="functions/debug.xml" />
|
2018-10-02 18:08:36 +00:00
|
|
|
<xi:include href="functions/fhs-environments.xml" />
|
2018-10-02 18:16:27 +00:00
|
|
|
<xi:include href="functions/shell.xml" />
|
2018-10-02 18:13:12 +00:00
|
|
|
<xi:include href="functions/dockertools.xml" />
|
2018-12-31 07:10:28 +00:00
|
|
|
<xi:include href="functions/prefer-remote-fetch.xml" />
|
2015-06-24 20:57:37 +00:00
|
|
|
</chapter>
|