Find a file
2016-07-21 11:08:13 +02:00
config
corepkgs
doc/manual documentation: mention required openssl dependency (#974) 2016-07-20 15:02:29 +02:00
misc Dockerfile: specify NIX_PATH 2016-07-20 16:58:01 +02:00
mk
perl Make the store directory a member variable of Store 2016-06-01 16:24:17 +02:00
scripts LocalStore: Allow the physical and logical store directories to differ 2016-06-02 16:02:48 +02:00
src FdSink: Restore move constructor/assignment 2016-07-13 06:27:41 -04:00
tests Fix test 2016-06-17 15:26:10 +02:00
.dir-locals.el
.gitignore LocalStore: Allow the physical and logical store directories to differ 2016-06-02 16:02:48 +02:00
bootstrap.sh
configure.ac Use O_CLOEXEC in most places 2016-06-09 16:37:08 +02:00
COPYING
dev-shell
INSTALL
local.mk
Makefile Make the store directory a member variable of Store 2016-06-01 16:24:17 +02:00
Makefile.config.in use $(LIBLZMA_LIBS) instead of -llzma 2016-05-31 03:20:11 -04:00
nix.spec.in
README.md Capitalize Nix 2016-07-21 11:08:13 +02:00
release.nix Fix OOM in the installer test 2016-05-31 15:16:21 +02:00
version

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.

Contributing

Take a look at the Hacking Section of the manual. It helps you to get started with building Nix from source.

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