nixpkgs/doc/functions.xml

25 lines
1,018 B
XML
Raw Normal View History

<chapter xmlns="http://docbook.org/ns/docbook"
2018-09-03 15:13:02 +00:00
xmlns:xlink="http://www.w3.org/1999/xlink"
2018-08-27 23:53:25 +00:00
xmlns:xi="http://www.w3.org/2001/XInclude"
2018-09-03 15:13:02 +00:00
xml:id="chap-functions">
2018-05-01 23:54:21 +00: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/fetchers.xml" />
<xi:include href="functions/trivial-builders.xml" />
<xi:include href="functions/fhs-environments.xml" />
2018-10-02 18:16:27 +00:00
<xi:include href="functions/shell.xml" />
<xi:include href="functions/dockertools.xml" />
2019-06-18 16:51:58 +00:00
<xi:include href="functions/snaptools.xml" />
<xi:include href="functions/appimagetools.xml" />
<xi:include href="functions/prefer-remote-fetch.xml" />
<xi:include href="functions/nix-gitignore.xml" />
2019-08-30 13:46:38 +00:00
<xi:include href="functions/ocitools.xml" />
</chapter>