Go to file
Eelco Dolstra b225ccb654 Add config.guess, config.sub and install-sh
Autoreconf doesn't install these if you're not using Automake.
2013-11-25 11:26:02 +00:00
config Add config.guess, config.sub and install-sh 2013-11-25 11:26:02 +00:00
corepkgs Add a function for instantiating Autoconf *.in files 2013-11-25 10:16:07 +00:00
doc Add a toJSON primop 2013-11-19 00:04:11 +01:00
misc Rename nix-worker to nix-daemon 2012-10-03 17:59:23 -04:00
mk Use create-dir for installing dynamic libraries 2013-11-25 10:17:37 +00:00
perl Fix segfault on Darwin 2013-10-24 19:15:52 +02:00
scripts Fix segfault on Darwin 2013-10-24 19:15:52 +02:00
src Use libnix as a prefix for all Nix libraries 2013-11-23 23:53:41 +00:00
tests Add a toJSON primop 2013-11-19 00:04:11 +01:00
.gitignore Add config.guess, config.sub and install-sh 2013-11-25 11:26:02 +00: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 Garbage collector: Don't follow symlinks arbitrarily 2013-07-12 14:03:36 +02:00
Makefile.config.in Support installation of dynamically linked programs 2013-11-23 20:32:20 +01:00
Makefile.new Split Makefile.lib into several *.mk files 2013-11-25 09:50:35 +00: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 Don't install Libtool 2013-11-25 11:25:27 +00:00
dev-shell Hack to clean up tests/test-tmp 2013-08-21 12:53:46 +02:00
nix.spec.in Add gzip support for channel unpacking 2013-07-12 11:29:37 +02:00
release.nix Drop Cygwin and Solaris builds 2013-10-28 11:56:37 +00:00
substitute.mk Prevent config.h from being clobbered 2013-03-08 01:27:04 +01:00
version Bump version number 2013-11-19 14:45:19 +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/).