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
Shea Levy 80ebc553ec nix-build: Port to c++
This was a dumb line-for-line rewrite, because nix build/nix run/etc.
will replace it.
2016-08-09 07:42:20 -04:00
config
corepkgs
doc/manual Grammar/spelling 2016-07-21 11:30:01 +02:00
misc Dockerfile: specify NIX_PATH 2016-07-20 16:58:01 +02:00
mk
perl makeFixedOutputPath(): Drop superfluous HashType argument 2016-07-26 21:25:52 +02:00
scripts nix-build: Port to c++ 2016-08-09 07:42:20 -04:00
src nix-build: Port to c++ 2016-08-09 07:42:20 -04:00
tests Shut up warning 2016-07-21 14:25:06 +02:00
.dir-locals.el
.gitignore nix-build: Port to c++ 2016-08-09 07:42:20 -04:00
bootstrap.sh
configure.ac
COPYING
dev-shell
local.mk
Makefile nix-build: Port to c++ 2016-08-09 07:42:20 -04:00
Makefile.config.in
nix.spec.in nix.spec.in: RHEL 7/CentOS 7 supports systemd. 2016-07-01 14:09:45 +10:00
README.md Capitalize Nix 2016-07-21 11:08:13 +02:00
release.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 (http://www.OpenSSL.org/).