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