Find a file
Eelco Dolstra 55e11bc0d3 * In nix-env --query --status', determine the I' bit by looking at
the output path of a derivation, not the path of its store
  expression.  This ensures that changes that affect the path of the
  store expression but not the output path, do not affect the
  `installed' state of a derivation.
2004-01-15 14:43:00 +00:00
corepkgs
doc * Option `-B' to always show the output of builders, regardless of 2004-01-13 16:35:43 +00:00
externals * Upgraded to Berkeley DB 4.2.52. The main advantage of 4.2 is that 2004-01-07 15:53:14 +00:00
scripts * Synchronous nix-pull' with nix-push'. 2004-01-14 14:20:33 +00:00
src * In nix-env --query --status', determine the I' bit by looking at 2004-01-15 14:43:00 +00:00
testpkgs
AUTHORS
ChangeLog
configure.ac * RPM sucks. 2004-01-02 16:09:59 +00:00
COPYING
INSTALL
Makefile.am
NEWS
nix.spec.in
README
substitute.mk

Overview
========

Nix is a package manager, deployment system, and component glue
mechanism.


Prerequisites
=============

* Berkeley DB 4.0.14
* CWI ATerm 2.0


Installation
============

* When building from the Subversion repository, first do:

    autoreconf -i

* To build, do:

    ./configure
    make
    make install

  Note that this will install to /nix, which is the default prefix.
  You can specify another prefix, but this is not recommended if you
  want to use prebuilt packages from other sources.


Usage
=====

TODO