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>
|
2019-09-18 23:12:54 +03:00
|
|
|
The nixpkgs repository has several utility functions to manipulate Nix expressions.
|
2018-05-02 02:54:21 +03:00
|
|
|
</para>
|
2018-10-02 23:06:33 +03:00
|
|
|
<xi:include href="functions/library.xml" />
|
2021-06-06 23:11:11 +03:00
|
|
|
<xi:include href="functions/generators.section.xml" />
|
2021-06-06 17:45:53 +03:00
|
|
|
<xi:include href="functions/debug.section.xml" />
|
2021-06-06 23:19:33 +03:00
|
|
|
<xi:include href="functions/prefer-remote-fetch.section.xml" />
|
2021-06-04 19:22:19 +03:00
|
|
|
<xi:include href="functions/nix-gitignore.section.xml" />
|
2015-06-24 23:57:37 +03:00
|
|
|
</chapter>
|