From 95b49f804456cf532e61478d7f604aed381173d7 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 13 Aug 2003 15:17:57 +0000 Subject: * Manual updates. --- doc/manual/introduction.xml | 98 ++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 92 insertions(+), 6 deletions(-) (limited to 'doc/manual/introduction.xml') diff --git a/doc/manual/introduction.xml b/doc/manual/introduction.xml index 77a5f917ee71..974cdedd8fae 100644 --- a/doc/manual/introduction.xml +++ b/doc/manual/introduction.xml @@ -15,17 +15,17 @@ Build management - Build management tools are used to perform software + Build management tools are used to perform software builds, that is, the construction of derived products such as executable programs from source code. A commonly used build tool is Make, which is a standard tool on Unix systems. These tools have to deal with several issues: - + - + @@ -34,12 +34,12 @@ Package management - After software has been built, is must also be + After software has been built, is must also be deployed in the intended target environment, e.g., the user's workstation. Examples include the Red Hat package manager (RPM), Microsoft's MSI, and so on. Here also we have to deal with several issues: - + The creation of packages from some formal @@ -60,12 +60,98 @@ the system administrator should be constant, not linear). - + + + + + + What Nix can do for you + + + Here is a summary of what Nix provides: + + + + + + + Reliable dependencies. + + + + + + Support for variability. + + + + + + Transparent source/binary deployment. + + + + + + Easy configuration duplication. + + + + + + Automatic storage management. + + + + + + Atomic upgrades and rollbacks. + + + + + + Support for many simultaneous configurations. + + + + + + + Here is what Nix doesn't yet provide, but will: + + + + + + + Build management. In principle it is already + possible to do build management using Fix (by writing builders that + perform appropriate build steps), but the Fix language is not yet + powerful enough to make this pleasant. The Maak build manager + should be retargeted to produce Nix expressions, or alternatively, + extend Fix with Maak's semantics and concrete syntax (since Fix needs + a concrete syntax anyway). Another interesting idea is to write a + make implementation that uses Nix as a back-end to + support legacy + build files. + + + + + + + + + + The Nix system -- cgit 1.4.1