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