Go to file
Eelco Dolstra def5160b61 Clear any immutable bits in the Nix store
Doing this once makes subsequent operations like garbage collecting
more efficient since we don't have to call makeMutable() first.
2013-01-03 12:59:23 +01:00
corepkgs Support xz compression of nixexprs.tar in channels 2012-12-05 11:02:44 +01:00
doc Clear any immutable bits in the Nix store 2013-01-03 12:59:23 +01:00
misc Rename nix-worker to nix-daemon 2012-10-03 17:59:23 -04:00
perl Give a better error message if writeFile fails due to permission issues 2012-12-20 12:22:13 +01:00
scripts Urgggh 2013-01-02 23:52:15 +01:00
src Clear any immutable bits in the Nix store 2013-01-03 12:59:23 +01:00
tests Urgggh 2013-01-02 23:52:15 +01: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
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 Urgggh 2013-01-02 23:52:15 +01: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
nix.spec.in Fix RPM build 2012-12-05 23:25:40 +01:00
README * Install documentation in $(docdir) (i.e. share/doc/nix). 2008-11-19 13:19:09 +00:00
release.nix Urgggh 2013-01-02 23:52:15 +01:00
substitute.mk Urgggh 2013-01-02 23:52:15 +01:00
version Bump version number 2012-12-07 13:14:04 +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/).