A modern, delicious implementation of the Nix package manager, focused on correctness, usability, and growth — and committed to doing right by its community
Find a file
Eelco Dolstra 5b86451f02
Add a "nix log" command
This replaces "nix-store --read-log". It checks the local store and
any configured substituters for the requested logs.
2017-03-15 16:48:29 +01:00
config
corepkgs unpack-channel.nix: fix 'mv' corner case 2017-02-27 10:12:58 +01:00
doc/manual Store: Add a method for getting build logs 2017-03-15 16:48:29 +01:00
maintainers
misc Dockerfile: 1.11.2 -> 1.11.7 2017-03-11 19:39:13 +01:00
mk
perl Move netrcFile to Settings 2017-02-16 14:50:41 +01:00
scripts Merge branch 'nix-copy-closure-c++' of https://github.com/shlevy/nix 2017-02-07 20:47:45 +01:00
src Add a "nix log" command 2017-03-15 16:48:29 +01:00
tests Fix nix-shell tests 2017-02-24 17:29:02 +01:00
.dir-locals.el
.gitignore Merge branch 'nix-copy-closure-c++' of https://github.com/shlevy/nix 2017-02-07 20:47:45 +01:00
bootstrap.sh
configure.ac Improve SQLite busy handling 2017-02-28 13:59:11 +01:00
COPYING
local.mk
Makefile Include config.h implicitly with '-include config.h' in CFLAGS 2017-02-08 21:51:02 +02:00
Makefile.config.in
nix.spec.in RPM build: Use parallel make 2017-02-21 14:52:36 +01:00
README.md
release.nix Add signing and s3 support on darwin 2017-03-05 07:39:10 -05:00
shell.nix
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.