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 be0b9dda31 build-remote.pl: Pass /dev/null as SSH's stdin
Otherwise it will set the parent's stdin to non-blocking mode, causing
the subsequent read of the set of inputs/outputs to fail randomly.
That's insane.
2013-05-10 02:32:13 +02:00
corepkgs Revert "Prevent config.h from being clobbered" 2013-03-08 01:24:59 +01:00
doc Update release date 2013-05-07 15:46:25 +02:00
misc Rename nix-worker to nix-daemon 2012-10-03 17:59:23 -04:00
perl Fixing the pv position regarding compression 2013-05-03 11:08:51 +02:00
scripts build-remote.pl: Pass /dev/null as SSH's stdin 2013-05-10 02:32:13 +02:00
src In trace messages, don't print the output path 2013-05-10 00:24:33 +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
bootstrap.sh
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
COPYING
INSTALL
Makefile.am Fix the tarball build 2012-10-03 21:01:03 -04:00
nix.spec.in Fix RPM build 2012-12-05 23:25:40 +01:00
README
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 number 2013-03-15 14:21:05 +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/).