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