Go to file
Eelco Dolstra 18a48d80a0 Show function names in error messages
Functions in Nix are anonymous, but if they're assigned to a
variable/attribute, we can use the variable/attribute name in error
messages, e.g.

while evaluating `concatMapStrings' at `/nix/var/nix/profiles/per-user/root/channels/nixos/nixpkgs/pkgs/lib/strings.nix:18:25':
...
2013-05-16 19:08:02 +02:00
corepkgs Revert "Prevent config.h from being clobbered" 2013-03-08 01:24:59 +01:00
doc Bump release date 2013-05-13 16:52:08 +02:00
misc Rename nix-worker to nix-daemon 2012-10-03 17:59:23 -04:00
perl build-remote.pl: Properly close the SSH connection between attempts 2013-05-10 02:38:50 +02:00
scripts download-from-binary-cache.pl: Get rid of an uninitialized value warning 2013-05-15 15:47:05 +02:00
src Show function names in error messages 2013-05-16 19:08:02 +02:00
tests Show that --timeout doesn't work if the build produces log output 2013-04-23 17:16:29 +02:00
.gitignore Rename nix-worker to nix-daemon 2012-10-03 17:59:23 -04:00
AUTHORS
COPYING * Change this to LGPL to keep the government happy. 2006-04-25 16:41:06 +00:00
INSTALL
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 makeStoreWritable: Use statvfs instead of /proc/self/mountinfo to find out if /nix/store is a read-only bind mount 2013-03-25 19:00:16 +01:00
nix.spec.in Fix RPM build 2012-12-05 23:25:40 +01:00
release.nix Build Fedora 18 RPMs 2013-05-08 14:41:35 +02:00
substitute.mk Prevent config.h from being clobbered 2013-03-08 01:27:04 +01:00
version Bump version 2013-05-13 23:50:31 +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/).