Go to file
Eelco Dolstra c8daeba303 nix-push: Add ‘--link’ flag
If ‘--link’ is given, nix-push will create hard links to the NAR files
in the store, rather than copying them.  This is faster and requires
less disk space.  However, it doesn't work if the store is on a
different file system.
2012-10-17 17:01:23 -04:00
corepkgs Don't use -warning=no-timestamp unless we have GNU tar 2012-09-11 13:07:22 -04:00
doc Typo 2012-10-12 10:21:04 -04:00
misc Rename nix-worker to nix-daemon 2012-10-03 17:59:23 -04:00
perl nix-push: Only generate and copy a NAR if it doesn't already exist 2012-10-17 16:58:05 -04:00
scripts nix-push: Add ‘--link’ flag 2012-10-17 17:01:23 -04:00
src Shorten the names of temporary build directories 2012-10-11 14:03:06 -04:00
tests Fix the test 2012-10-03 18:01:35 -04:00
.gitignore Rename nix-worker to nix-daemon 2012-10-03 17:59:23 -04:00
AUTHORS * Put something in here. 2004-11-07 20:30:02 +00:00
COPYING * Change this to LGPL to keep the government happy. 2006-04-25 16:41:06 +00:00
INSTALL * Autoconf / Automake configuration and building. 2003-04-04 16:14:56 +00:00
Makefile.am Fix the tarball build 2012-10-03 21:01:03 -04:00
README * Install documentation in $(docdir) (i.e. share/doc/nix). 2008-11-19 13:19:09 +00:00
bootstrap.sh bootstrap: Simplify & make more robust. 2011-09-06 12:11:05 +00:00
build.nix Add an experimental nix-make file 2012-05-21 09:43:01 -04:00
configure.ac Out-of-tree building of perl modules. 2012-10-10 10:28:33 -04:00
nix.spec.in Rename nix-worker to nix-daemon 2012-10-03 17:59:23 -04:00
release.nix Remove double Fedora release suffix 2012-09-13 17:23:12 -04:00
substitute.mk Use a GNU tar flag to shut up warnings about implausibly old timestamp 2012-08-01 16:42:51 -04:00
version Bump version 2012-07-18 17:17:23 -04:00

README

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