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 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
doc Bump release date 2013-05-13 16:52:08 +02:00
misc
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
AUTHORS
bootstrap.sh
build.nix
configure.ac
COPYING
INSTALL
Makefile.am
nix.spec.in
README
release.nix Build Fedora 18 RPMs 2013-05-08 14:41:35 +02:00
substitute.mk
version Bump version 2013-05-13 23:50:31 +02: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/).