Go to file
Dmitry Kalinkin 78b00bbd8a use $(LIBLZMA_LIBS) instead of -llzma
This is needed in case of non-standard lzma installation path that will
be specified in pkgconfig manifest as extra -L option for LDFLAGS.
2016-05-31 03:20:11 -04: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/manual Merge pull request #576 from qknight/args_explanation 2016-05-30 23:40:17 +01:00
misc Merge pull request #894 from adevress/systemV-support 2016-05-03 11:12:07 +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 Fix segfault in nix-copy-closure 2016-05-04 12:05:46 +02:00
scripts Fix ?? in Nix warning message 2016-05-18 12:02:48 -07:00
src use $(LIBLZMA_LIBS) instead of -llzma 2016-05-31 03:20:11 -04:00
tests Forgot to commit 2016-05-30 20:24:14 +02:00
.dir-locals.el Add .dir-locals.el for Emacs 2016-01-28 11:12:04 +01:00
.gitignore Remove nix-log2xml 2016-04-25 19:18:45 +02:00
bootstrap.sh bootstrap: Simplify & make more robust. 2011-09-06 12:11:05 +00:00
configure.ac fix tarball job 2016-05-30 15:31:32 +01:00
COPYING * Change this to LGPL to keep the government happy. 2006-04-25 16:41:06 +00:00
dev-shell Add 32bit linux clause to dev-shell 2016-03-22 11:38:56 +00:00
INSTALL * Autoconf / Automake configuration and building. 2003-04-04 16:14:56 +00:00
local.mk Don't depend on git when generating source tarball 2015-10-15 11:53:45 -07:00
Makefile Make the aws-cpp-sdk dependency optional 2016-05-04 17:16:48 +02:00
Makefile.config.in use $(LIBLZMA_LIBS) instead of -llzma 2016-05-31 03:20:11 -04:00
nix.spec.in Fix RPM build 2016-03-15 12:15:19 +01:00
README.md convert README to markdown #825 2016-05-30 15:17:51 +01:00
release.nix Make the aws-cpp-sdk dependency optional 2016-05-04 17:16:48 +02:00
version Bump 2016-01-20 16:34:37 +01:00

Nix, the purely functional package manager

Nix is a new take on package management that is fairly unique. Because of it's purity aspects, a lot of issues found in traditional package managers don't appear with Nix.

To find out more about the tool, usage and installation instructions, please read the manual, which is available on the Nix website at http://nixos.org/nix/manual.

License

Nix is released under the LGPL v2.1

This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit (http://www.OpenSSL.org/).