about summary refs log tree commit diff
path: root/doc/manual/manual.xml
blob: c5a52a9a483b19fee54ec1a207a4ae2613275f7b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<?xml version="1.0"?>
<!DOCTYPE book
    PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
    "http://www.docbook.org/xml/4.3/docbook-xml-4.3.zip"
[
]>

<book>
  <title>Nix User's Guide</title>

  <subtitle>Draft (Version <xi:include
  xmlns:xi="http://www.w3.org/2001/XInclude"
  href="version.txt" parse="text" />)</subtitle>
  
  <bookinfo>
    <author>
      <firstname>Eelco</firstname>
      <surname>Dolstra</surname>
    </author>
    <copyright>
      <year>2004</year>
      <year>2005</year>
      <holder>Eelco Dolstra</holder>
    </copyright>
  </bookinfo>
  
  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="introduction.xml" />
  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="quick-start.xml" />
  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="installation.xml" />
  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="package-management.xml" />
  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="writing-nix-expressions.xml" />
  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="build-farm.xml" />

  <appendix>
    <title>Command Reference</title>
    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="opt-common.xml" />
    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="env-common.xml" />
    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="conf-file.xml" />
    <sect1 id="sec-nix-env">
      <title>nix-env</title>
      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="nix-env.xml" />
    </sect1>
    <sect1 id="sec-nix-build">
      <title>nix-build</title>
      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="nix-build.xml" />
    </sect1>
    <sect1>
      <title>nix-store</title>
      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="nix-store.xml" />
    </sect1>
    <sect1 id="sec-nix-instantiate">
      <title>nix-instantiate</title>
      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="nix-instantiate.xml" />
    </sect1>
    <sect1>
      <title>nix-collect-garbage</title>
      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="nix-collect-garbage.xml" />
    </sect1>
    <sect1 id="sec-nix-channel">
      <title>nix-channel</title>
      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="nix-channel.xml" />
    </sect1>
    <sect1>
      <title>nix-push</title>
      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="nix-push.xml" />
    </sect1>
    <sect1>
      <title>nix-pull</title>
      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="nix-pull.xml" />
    </sect1>
    <sect1>
      <title>nix-prefetch-url</title>
      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="nix-prefetch-url.xml" />
    </sect1>
  </appendix>

  <!--  &nix-lang-ref; -->

  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="troubleshooting.xml" />
  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="bugs.xml" />
  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="glossary.xml" />

  <appendix>
    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="release-notes.xml"
                xpointer="xpointer(article/*)" />
  </appendix>
    
</book>