mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 07:01:54 +00:00
2b9713c281
In my opinion Functions should only contain pure functions. These are both meant to provide derivations so I put them under Builders. Don't know exactly *where* to put them so "special" it is...
15 lines
579 B
XML
15 lines
579 B
XML
<chapter xmlns="http://docbook.org/ns/docbook"
|
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
xml:id="chap-functions">
|
|
<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/generators.xml" />
|
|
<xi:include href="functions/debug.xml" />
|
|
<xi:include href="functions/prefer-remote-fetch.xml" />
|
|
<xi:include href="functions/nix-gitignore.xml" />
|
|
</chapter>
|