Staging environment for Lix release engineering scripts
Find a file
Eelco Dolstra 1c94524458 Fix an uninitialised variable
The variable ‘useChroot’ was not initialised properly.  This caused
random failures if using the build hook.  Seen on Mac OS X 10.7 with Clang.
Thanks to KolibriFX for finding this :-)
2012-03-01 16:06:49 +01:00
corepkgs
doc * Added a command ‘nix-store --print-env $drvpath’ that prints out the 2012-01-17 23:07:22 +00:00
externals
misc
perl * Don't distribute Store.cc, it's generated automatically by xsubpp. 2012-01-18 16:43:48 +00:00
scripts * nix-channel: fail if we don't have write permission to the manifests 2012-02-02 12:25:56 +00:00
src Fix an uninitialised variable 2012-03-01 16:06:49 +01:00
tests * Add a test for importing derivations. 2012-01-26 13:04:50 +00:00
.gitignore Update .gitignore 2012-02-08 19:25:43 +01:00
AUTHORS
bootstrap.sh
configure.ac On Linux, make the Nix store really read-only by using the immutable bit 2012-02-15 01:31:56 +01:00
COPYING
INSTALL
Makefile.am
nix.conf.example
nix.spec.in
README
release.nix Set the versionSuffix to include the Git shortrev 2012-02-08 12:31:14 +01:00
substitute.mk tests: Run `download-using-manifests' via libtool so that dlopening works. 2012-01-11 16:58:49 +00:00
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/).