2008-06-12 14:10:11 +01:00
|
|
|
<book xmlns="http://docbook.org/ns/docbook"
|
|
|
|
xmlns:xi="http://www.w3.org/2001/XInclude">
|
2018-05-02 00:54:21 +01:00
|
|
|
<info>
|
2020-09-24 12:38:15 +01:00
|
|
|
<title>Nixpkgs Manual</title>
|
2018-05-02 00:54:21 +01:00
|
|
|
<subtitle>Version <xi:include href=".version" parse="text" />
|
|
|
|
</subtitle>
|
|
|
|
</info>
|
2019-10-28 10:40:40 +00:00
|
|
|
<xi:include href="preface.chapter.xml" />
|
2019-10-20 11:17:58 +01:00
|
|
|
<part>
|
|
|
|
<title>Using Nixpkgs</title>
|
2019-10-30 09:39:04 +00:00
|
|
|
<xi:include href="using/configuration.xml" />
|
|
|
|
<xi:include href="using/overlays.xml" />
|
|
|
|
<xi:include href="using/overrides.xml" />
|
2019-10-20 11:17:58 +01:00
|
|
|
<xi:include href="functions.xml" />
|
|
|
|
</part>
|
|
|
|
<part>
|
|
|
|
<title>Standard environment</title>
|
2019-10-30 09:29:10 +00:00
|
|
|
<xi:include href="stdenv/stdenv.xml" />
|
|
|
|
<xi:include href="stdenv/meta.xml" />
|
|
|
|
<xi:include href="stdenv/multiple-output.xml" />
|
2020-11-29 13:48:45 +00:00
|
|
|
<xi:include href="stdenv/cross-compilation.chapter.xml" />
|
2019-10-30 09:29:10 +00:00
|
|
|
<xi:include href="stdenv/platform-notes.xml" />
|
2019-10-20 11:17:58 +01:00
|
|
|
</part>
|
|
|
|
<part>
|
2019-10-20 12:34:32 +01:00
|
|
|
<title>Builders</title>
|
2020-12-16 17:36:46 +00:00
|
|
|
<xi:include href="builders/fetchers.chapter.xml" />
|
2020-12-13 18:44:53 +00:00
|
|
|
<xi:include href="builders/trivial-builders.chapter.xml" />
|
2019-10-21 10:39:46 +01:00
|
|
|
<xi:include href="builders/special.xml" />
|
2019-10-21 09:57:56 +01:00
|
|
|
<xi:include href="builders/images.xml" />
|
2019-10-20 11:17:58 +01:00
|
|
|
<xi:include href="languages-frameworks/index.xml" />
|
2019-10-30 09:41:25 +00:00
|
|
|
<xi:include href="builders/packages/index.xml" />
|
2019-10-20 11:17:58 +01:00
|
|
|
</part>
|
|
|
|
<part>
|
|
|
|
<title>Contributing to Nixpkgs</title>
|
2019-10-30 09:27:47 +00:00
|
|
|
<xi:include href="contributing/quick-start.xml" />
|
|
|
|
<xi:include href="contributing/coding-conventions.xml" />
|
2020-12-05 11:33:00 +00:00
|
|
|
<xi:include href="contributing/submitting-changes.chapter.xml" />
|
2019-10-30 09:27:47 +00:00
|
|
|
<xi:include href="contributing/reviewing-contributions.xml" />
|
|
|
|
<xi:include href="contributing/contributing-to-documentation.xml" />
|
2019-10-20 11:17:58 +01:00
|
|
|
</part>
|
2008-06-19 17:00:37 +01:00
|
|
|
</book>
|