Go to file
Shea Levy 997defa166 Add functors (callable attribute sets).
With this, attribute sets with a `__functor` attribute can be applied
just like normal functions. This can be used to attach arbitrary
metadata to a function without callers needing to treat it specially.
2014-11-15 16:12:05 -05:00
config Add config.guess, config.sub and install-sh 2013-11-25 11:26:02 +00:00
corepkgs Use proper quotes everywhere 2014-08-20 18:03:48 +02:00
doc Typo 2014-11-04 10:15:55 +01:00
misc Typo 2014-11-04 10:31:17 +01:00
mk Merge commit '2aa93858afee22e0c32d8f4366970976374091ac' 2014-08-20 18:44:26 +02:00
perl SSH.pm: Print a friendlier message if connecting fails 2014-11-10 16:03:51 +01:00
scripts build-remote.pl.in: Add some more trace messages 2014-11-12 13:56:01 +01:00
src Add functors (callable attribute sets). 2014-11-15 16:12:05 -05:00
tests Add functors (callable attribute sets). 2014-11-15 16:12:05 -05:00
.gitignore Install some pkgconfig files 2014-09-18 12:00:40 +02: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 Add a launchd configuration file to run nix-daemon 2014-11-04 10:30:22 +01:00
Makefile.config.in Remove unused w3m dependency 2014-09-17 17:42:00 +02: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
configure.ac configure: Force regeneration of Makefile.config 2014-09-22 13:00:58 +02:00
dev-shell Make dev-shell script work on Darwin 2014-07-16 11:53:47 +02:00
local.mk Install config.h only once 2014-08-20 18:33:07 +02:00
nix.spec.in Update spec file 2014-09-18 15:42:01 +02:00
release.nix Doh 2014-11-05 13:32:57 +01:00
version Bump version to 1.8 2014-04-11 11:15:24 +02: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/).