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

18 lines
666 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>
The nixpkgs repository has several utility functions to manipulate Nix
expressions.
</para>
<xi:include href="functions/library.xml" />
<xi:include href="functions/overrides.xml" />
<xi:include href="functions/generators.xml" />
<xi:include href="functions/debug.xml" />
<xi:include href="functions/fhs-environments.xml" />
2018-10-02 19:16:27 +01:00
<xi:include href="functions/shell.xml" />
<xi:include href="functions/dockertools.xml" />
</chapter>