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>
7 The nixpkgs repository has several utility functions to manipulate Nix expressions.
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" />