A modern, delicious implementation of the Nix package manager, focused on correctness, usability, and growth — and committed to doing right by its community
Find a file
Eelco Dolstra 993fa94fb4 * Move initialisation of variables like nixConfDir from libmain to
libstore so that the Perl bindings can use it as well.  It's vital
  that the Perl bindings use the configuration file, because otherwise
  nix-copy-closure will fail with a ‘database locked’ message if the
  value of ‘use-sqlite-wal’ is changed from the default.
2011-11-22 17:28:41 +00:00
corepkgs * Fix the broken reference to bunzip2 in the channel unpack script. 2011-11-05 21:06:24 +00:00
doc 2011-11-03 19:22:24 +00:00
externals * Fix the broken reference to bunzip2 in the channel unpack script. 2011-11-05 21:06:24 +00:00
misc * Handle <path> syntax. 2011-08-06 18:54:29 +00:00
perl * Move initialisation of variables like nixConfDir from libmain to 2011-11-22 17:28:41 +00:00
scripts * nix-pull: update the Nix manifest cache if necessary. Also, don't 2011-11-16 16:41:48 +00:00
src * Move initialisation of variables like nixConfDir from libmain to 2011-11-22 17:28:41 +00:00
tests * Fix race condition in the test. 2011-11-05 21:23:01 +00:00
.gitignore Add `.gitignore'. 2010-02-10 15:55:46 +00:00
AUTHORS * Put something in here. 2004-11-07 20:30:02 +00:00
bootstrap.sh bootstrap: Simplify & make more robust. 2011-09-06 12:11:05 +00:00
ChangeLog * Autoconf / Automake configuration and building. 2003-04-04 16:14:56 +00:00
configure.ac * Doh. 2011-11-21 13:22:34 +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 * Include the Nix Perl bindings in Nix itself. This will allow the 2011-10-10 18:12:40 +00:00
nix.conf.example * Document --cores in the manual. 2010-08-17 07:22:05 +00:00
nix.spec.in * Hopefully perl-devel contains the required headers (untested). 2011-10-10 18:58:49 +00:00
README * Install documentation in $(docdir) (i.e. share/doc/nix). 2008-11-19 13:19:09 +00:00
release.nix * Add a test for nix-copy-closure. 2011-10-11 13:58:47 +00:00
substitute.mk * Install NixManifest.pm, NixConfig.pm and GeneratePatches.pm under 2011-10-10 21:11:08 +00:00
version * Bump the version number. 2010-08-17 15:39:35 +00:00

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/).