mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 08:16:15 +02:00
No description
49231fbe41
* A function to find all Nix expressions whose output ids are completely contained in some set. Useful for uploading relevant Nix expressions to a shared cache. |
||
---|---|---|
boost | ||
corepkgs | ||
scripts | ||
src | ||
AUTHORS | ||
ChangeLog | ||
configure.ac | ||
COPYING | ||
INSTALL | ||
Makefile.am | ||
NEWS | ||
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