2003-08-07 14:17:18 +00:00
|
|
|
<?xml version="1.0"?>
|
2003-08-14 18:17:02 +00:00
|
|
|
<!DOCTYPE book
|
|
|
|
PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
|
|
|
|
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
|
2003-08-07 14:17:18 +00:00
|
|
|
[
|
2003-08-13 09:13:52 +00:00
|
|
|
<!ENTITY introduction SYSTEM "introduction.xml">
|
|
|
|
<!ENTITY installation SYSTEM "installation.xml">
|
2003-11-26 14:25:39 +00:00
|
|
|
<!ENTITY overview SYSTEM "overview.xml">
|
2003-12-21 21:57:09 +00:00
|
|
|
<!ENTITY common-options SYSTEM "common-options.xml">
|
|
|
|
<!ENTITY nix-store SYSTEM "nix-store.xml">
|
|
|
|
<!ENTITY nix-instantiate SYSTEM "nix-instantiate.xml">
|
2003-08-13 09:13:52 +00:00
|
|
|
<!ENTITY troubleshooting SYSTEM "troubleshooting.xml">
|
|
|
|
<!ENTITY bugs SYSTEM "bugs.xml">
|
2003-08-07 14:17:18 +00:00
|
|
|
]>
|
|
|
|
|
|
|
|
<book>
|
2003-11-26 12:30:16 +00:00
|
|
|
<title>Nix: A System for Software Deployment</title>
|
2003-08-07 14:17:18 +00:00
|
|
|
|
2003-08-13 15:17:57 +00:00
|
|
|
<bookinfo>
|
|
|
|
<author>
|
|
|
|
<firstname>Eelco</firstname>
|
|
|
|
<surname>Dolstra</surname>
|
|
|
|
</author>
|
|
|
|
<copyright>
|
|
|
|
<year>2003</year>
|
|
|
|
<holder>Eelco Dolstra</holder>
|
|
|
|
</copyright>
|
|
|
|
</bookinfo>
|
|
|
|
|
2003-08-13 09:13:52 +00:00
|
|
|
&introduction;
|
|
|
|
&installation;
|
2003-11-26 14:25:39 +00:00
|
|
|
&overview;
|
2003-08-07 15:27:14 +00:00
|
|
|
|
2003-08-12 13:54:42 +00:00
|
|
|
<appendix>
|
|
|
|
<title>Command Reference</title>
|
2003-12-21 21:57:09 +00:00
|
|
|
&common-options;
|
|
|
|
<sect1>
|
|
|
|
<title>nix-store</title>
|
|
|
|
&nix-store;
|
|
|
|
</sect1>
|
|
|
|
<sect1>
|
|
|
|
<title>nix-instantiate</title>
|
|
|
|
&nix-instantiate;
|
|
|
|
</sect1>
|
2003-08-12 13:54:42 +00:00
|
|
|
</appendix>
|
|
|
|
|
2003-08-13 09:13:52 +00:00
|
|
|
&troubleshooting;
|
|
|
|
&bugs;
|
2003-08-07 15:27:14 +00:00
|
|
|
|
2003-08-07 14:17:18 +00:00
|
|
|
</book>
|