python3Packages.h3: 3.7.0 -> 3.7.1 (#112091)
[NixPkgs.git] / doc / functions.xml
blob5a9240ec800e2ee7413dd17ba3c927b2ff2796fc
1 <chapter xmlns="http://docbook.org/ns/docbook"
2          xmlns:xlink="http://www.w3.org/1999/xlink"
3          xmlns:xi="http://www.w3.org/2001/XInclude"
4          xml:id="chap-functions">
5  <title>Functions reference</title>
6  <para>
7   The nixpkgs repository has several utility functions to manipulate Nix expressions.
8  </para>
9  <xi:include href="functions/library.xml" />
10  <xi:include href="functions/generators.xml" />
11  <xi:include href="functions/debug.xml" />
12  <xi:include href="functions/prefer-remote-fetch.xml" />
13  <xi:include href="functions/nix-gitignore.xml" />
14 </chapter>