Go to file
Eelco Dolstra e775d4d84f If gc-keep-derivations is set, only keep the actual deriver
This prevents zillions of derivations from being kept, and fixes an
infinite recursion in the garbage collector (due to an obscure cycle
that can occur with fixed-output derivations).
2012-12-19 15:33:09 +01:00
corepkgs Support xz compression of nixexprs.tar in channels 2012-12-05 11:02:44 +01:00
doc Allow setting the profile location using $NIX_PROFILE 2012-12-12 16:01:46 +01:00
misc Rename nix-worker to nix-daemon 2012-10-03 17:59:23 -04:00
perl nix-copy-closure: Add flag ‘--use-substitutes’ 2012-11-23 16:20:16 +01:00
scripts Set a long SQLite timeout in the binary cache substituter 2012-12-06 11:43:34 +01:00
src If gc-keep-derivations is set, only keep the actual deriver 2012-12-19 15:33:09 +01:00
tests Test priorities 2012-12-04 14:47:50 +01:00
.gitignore Rename nix-worker to nix-daemon 2012-10-03 17:59:23 -04:00
AUTHORS * Put something in here. 2004-11-07 20:30:02 +00:00
COPYING * Change this to LGPL to keep the government happy. 2006-04-25 16:41:06 +00:00
INSTALL * Autoconf / Automake configuration and building. 2003-04-04 16:14:56 +00:00
Makefile.am Fix the tarball build 2012-10-03 21:01:03 -04:00
README * Install documentation in $(docdir) (i.e. share/doc/nix). 2008-11-19 13:19:09 +00:00
bootstrap.sh bootstrap: Simplify & make more robust. 2011-09-06 12:11:05 +00:00
build.nix Add an experimental nix-make file 2012-05-21 09:43:01 -04:00
configure.ac Disable use of vfork() 2012-11-15 19:35:18 +01:00
nix.spec.in Fix RPM build 2012-12-05 23:25:40 +01:00
release.nix Debian package: Add dependency on libwww-curl-perl 2012-12-11 16:50:21 +01:00
substitute.mk Use a GNU tar flag to shut up warnings about implausibly old timestamp 2012-08-01 16:42:51 -04:00
version Bump version number 2012-12-07 13:14:04 +01:00

README

Nix is a purely functional package manager.  For installation and
usage instructions, please read the manual, which can be found in
`docs/manual/manual.html', and additionally at the Nix website at
<http://nixos.org/>.


Acknowledgments

This product includes software developed by the OpenSSL Project for
use in the OpenSSL Toolkit (http://www.OpenSSL.org/).