Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at release-19.03 22 lines 925 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 8 expressions. 9 </para> 10 <xi:include href="functions/library.xml" /> 11 <xi:include href="functions/overrides.xml" /> 12 <xi:include href="functions/generators.xml" /> 13 <xi:include href="functions/debug.xml" /> 14 <xi:include href="functions/fetchers.xml" /> 15 <xi:include href="functions/trivial-builders.xml" /> 16 <xi:include href="functions/fhs-environments.xml" /> 17 <xi:include href="functions/shell.xml" /> 18 <xi:include href="functions/dockertools.xml" /> 19 <xi:include href="functions/appimagetools.xml" /> 20 <xi:include href="functions/prefer-remote-fetch.xml" /> 21 <xi:include href="functions/nix-gitignore.xml" /> 22</chapter>