at 23.05-pre 611 B view raw
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.section.xml" /> 11 <xi:include href="functions/debug.section.xml" /> 12 <xi:include href="functions/prefer-remote-fetch.section.xml" /> 13 <xi:include href="functions/nix-gitignore.section.xml" /> 14</chapter>