Go to file
Eelco Dolstra c10c61449f Eliminate the "store" global variable
Also, move a few free-standing functions into StoreAPI and Derivation.

Also, introduce a non-nullable smart pointer, ref<T>, which is just a
wrapper around std::shared_ptr ensuring that the pointer is never
null. (For reference-counted values, this is better than passing a
"T&", because the latter doesn't maintain the refcount. Usually, the
caller will have a shared_ptr keeping the value alive, but that's not
always the case, e.g., when passing a reference to a std::thread via
std::bind.)
2016-02-04 14:28:26 +01:00
config Add config.guess, config.sub and install-sh 2013-11-25 11:26:02 +00:00
corepkgs <nix/buildenv.nix>: Don't substitute 2016-01-18 15:06:36 +01:00
doc Use the daemon when we don't have write access to the Nix database 2016-01-31 10:28:48 +01:00
misc emacs mode: match keywords on the start/end of symbols 2015-10-10 21:20:49 +02:00
mk Don't pass "--no-copy-dt-needed-entries" option to linker on FreeBSD. 2015-10-06 22:28:30 +02:00
perl Eliminate the "store" global variable 2016-02-04 14:28:26 +01:00
scripts Fix broken call to shellwords 2016-01-20 16:35:16 +01:00
src Eliminate the "store" global variable 2016-02-04 14:28:26 +01:00
tests Remove tests/lexer.sh 2016-02-01 18:27:37 +01:00
.dir-locals.el Add .dir-locals.el for Emacs 2016-01-28 11:12:04 +01:00
.gitignore Add exe, dll to .gitignore 2014-12-15 23:34:13 +08: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 nix-prefetch-url: Rewrite in C++ 2015-10-01 16:47:43 +02:00
Makefile.config.in Merge pull request #704 from ysangkok/freebsd-support 2015-11-24 19:24:21 +01: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
configure.ac Revert "Do not override environment CFLAGS and CXXFLAGS" 2016-01-12 13:51:38 +01:00
dev-shell Make dev-shell script work on Darwin 2014-07-16 11:53:47 +02:00
local.mk Don't depend on git when generating source tarball 2015-10-15 11:53:45 -07:00
nix.spec.in Update nix.spec.in 2015-08-24 22:25:24 -07:00
release.nix Fix eval 2016-01-20 00:26:51 +01:00
version Bump 2016-01-20 16:34:37 +01: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/).