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
Shea Levy f9913f4422 Allow "bare" dynamic attrs
Now, in addition to a."${b}".c, you can write a.${b}.c (applicable
wherever dynamic attributes are valid).

Signed-off-by: Shea Levy <shea@shealevy.com>
2014-01-14 14:00:15 +01:00
corepkgs
doc Document nulls 2014-01-13 13:50:12 +01:00
misc
perl Support cryptographically signed binary caches 2014-01-08 15:42:53 +01:00
scripts nix-shell: Don't set NIX_INDENT_MAKE 2014-01-13 13:46:44 +01:00
src Allow "bare" dynamic attrs 2014-01-14 14:00:15 +01:00
tests Allow "bare" dynamic attrs 2014-01-14 14:00:15 +01:00
.gitignore Remove nix-setuid-helper 2013-11-14 11:57:37 +01:00
AUTHORS
bootstrap.sh
build.nix
configure.ac Remove nix-setuid-helper 2013-11-14 11:57:37 +01:00
COPYING
dev-shell
INSTALL
Makefile.am
nix.spec.in
README
release.nix Disable FreeBSD tests for now 2014-01-06 11:35:42 +01:00
substitute.mk Support cryptographically signed binary caches 2014-01-08 15:42:53 +01:00
version Bump version number 2013-11-19 14:45:19 +01: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/).