nixpkgs/doc/functions.xml

15 lines
579 B
XML
Raw Normal View History

<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>
<xi:include href="functions/library.xml" />
<xi:include href="functions/generators.xml" />
<xi:include href="functions/debug.xml" />
<xi:include href="functions/prefer-remote-fetch.xml" />
<xi:include href="functions/nix-gitignore.xml" />
</chapter>