diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-11-26T14·25+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-11-26T14·25+0000 |
commit | 62d9b31d0a86fc0fc5b198e4d46722573432918c (patch) | |
tree | 64bd45e0690367dbdd83261c1778d383e26dcc97 /doc/manual/overview.xml | |
parent | f6a30ab264506ca966180666dff45310d176659d (diff) |
* Updates.
Diffstat (limited to 'doc/manual/overview.xml')
-rw-r--r-- | doc/manual/overview.xml | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/doc/manual/overview.xml b/doc/manual/overview.xml new file mode 100644 index 000000000000..1c2c283f071e --- /dev/null +++ b/doc/manual/overview.xml @@ -0,0 +1,32 @@ +<chapter> + <title>Overview</title> + + <para> + This chapter provides a guided tour of Nix. + </para> + + <sect1> + <title>Basic package management</title> + + <para> + Let's start from the perspective of an end-user. Common operations at + this level are to install and remove packages, ask what packages are + installed or available for installation, and so on. + </para> + + <para> + To install packages, a <emphasis>Nix expression</emphasis> is required + that tells Nix how to build that package. There is a <ulink + url='https://svn.cs.uu.nl:12443/dist/trace/trace-nixpkgs-trunk.tar.bz2'>standard + distribution of Nix expressions</ulink> for many common packages. + </para> + + </sect1> + +</chapter> + +<!-- +local variables: +sgml-parent-document: ("book.xml" "chapter") +end: +--> |