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 cd94665f38 download-from-binary-cache: use WWW::Curl
Using WWW::Curl rather than running an external curl process for every
NAR info file halves the time it takes to get info thanks to libcurl's
support for persistent HTTP connections.  (We save a roundtrip per
file.)  But the real gain will come from using parallel and/or
pipelined requests.
2012-07-06 00:30:40 -04:00
corepkgs Fix xz compression 2012-07-01 21:57:25 -04:00
doc
misc
perl nix-push: Always generate base-32 hashes 2012-07-02 18:05:57 -04:00
scripts download-from-binary-cache: use WWW::Curl 2012-07-06 00:30:40 -04:00
src
tests
.gitignore
AUTHORS
bootstrap.sh
build.nix
configure.ac
COPYING
INSTALL
Makefile.am
nix.conf.example
nix.spec.in
README
release.nix
substitute.mk
version

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/).