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
Domen Kožar 9a1320af29 s/powerpc-darwin/x86_64-darwin/
Let's step in line with time and document more realistic values.
2016-08-10 18:42:55 +02:00
config
corepkgs
doc/manual s/powerpc-darwin/x86_64-darwin/ 2016-08-10 18:42:55 +02:00
misc Dockerfile: Add alpine dependencies (#1011) 2016-08-04 12:32:27 +02:00
mk
perl makeFixedOutputPath(): Drop superfluous HashType argument 2016-07-26 21:25:52 +02:00
scripts Nuke nix-push. 2016-08-10 11:13:11 -04:00
src HttpBinaryCacheStore: Retry on transient HTTP errors 2016-08-10 18:08:23 +02:00
tests Remove $NIX_DB_DIR 2016-08-10 18:05:35 +02:00
.dir-locals.el Add .dir-locals.el for Emacs 2016-01-28 11:12:04 +01:00
.gitignore Nuke nix-push. 2016-08-10 11:13:11 -04:00
bootstrap.sh
configure.ac Use O_CLOEXEC in most places 2016-06-09 16:37:08 +02:00
COPYING
dev-shell Add 32bit linux clause to dev-shell 2016-03-22 11:38:56 +00:00
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 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 Remove $NIX_DB_DIR 2016-08-10 18:05:35 +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.

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