No description
Find a file
Eelco Dolstra 9d8a80375d Add a test for type correctness of antiquotes
Antiquotes should evaluate to strings or paths.  This is usually
checked, except in the case where the antiquote makes up the entire
string, as in "${expr}".  This is optimised to expr, which discards
the runtime type checks / coercions.
2013-10-17 00:51:07 +02:00
corepkgs Lower xz compression level 2013-09-02 13:32:51 +02:00
doc Version was called 1.6, not 1.6.0 2013-09-10 17:48:11 +02:00
misc
perl Don't apply the CPU affinity hack to nix-shell (and other Perl programs) 2013-09-06 16:36:56 +02:00
scripts nix-shell: Fix bash completion 2013-10-14 15:28:43 +02:00
src Revert the behaviour of antiquoted paths to pre-Nix 1.6 2013-10-17 00:39:59 +02:00
tests Add a test for type correctness of antiquotes 2013-10-17 00:51:07 +02:00
.gitignore
AUTHORS
bootstrap.sh
build.nix
configure.ac Turn on -Wall 2013-08-19 11:41:15 +02:00
COPYING
dev-shell Hack to clean up tests/test-tmp 2013-08-21 12:53:46 +02:00
INSTALL
Makefile.am Garbage collector: Don't follow symlinks arbitrarily 2013-07-12 14:03:36 +02:00
nix.spec.in
README
release.nix
substitute.mk
version Bump version number 2013-09-10 17:41:49 +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/).