3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/doc/functions.xml

15 lines
611 B
XML
Raw Normal View History

<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>
2019-09-18 21:12:54 +01:00
The nixpkgs repository has several utility functions to manipulate Nix expressions.
2018-05-02 00:54:21 +01:00
</para>
<xi:include href="functions/library.xml" />
<xi:include href="functions/generators.section.xml" />
<xi:include href="functions/debug.section.xml" />
<xi:include href="functions/prefer-remote-fetch.section.xml" />
<xi:include href="functions/nix-gitignore.section.xml" />
</chapter>