1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
nixpkgs/doc/functions.xml

24 lines
1,016 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/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 19:16:27 +01:00
<xi:include href="functions/shell.xml" />
<xi:include href="functions/dockertools.xml" />
2019-06-18 17:51:58 +01: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 14:46:38 +01:00
<xi:include href="functions/ocitools.xml" />
</chapter>