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
2019-02-12 17:57:35 +01:00
.github
config
corepkgs
doc/manual Merge pull request #2635 from veprbl/patch-7 2019-01-20 09:43:26 +07:00
maintainers
misc
mk
perl
scripts
src Merge pull request #2628 from shlevy/context-introspection 2019-02-12 17:57:35 +01:00
tests Add builtins.appendContext. 2019-01-31 08:52:23 -05:00
.dir-locals.el
.editorconfig
.gitignore Treat plain derivation paths in context as normal paths. 2019-01-13 11:29:55 -05:00
.travis.yml
bootstrap.sh
configure.ac Revert "Remove some bashisms from configure.ac" 2019-01-10 21:02:09 +01:00
COPYING
local.mk
Makefile
Makefile.config.in
nix.spec.in
README.md
release-common.nix
release.nix install: Use base-16 hashes 2019-01-11 16:33:59 +01:00
shell.nix
version Bump version 2019-01-11 16:33:59 +01:00

Nix, the purely functional package manager

Nix is a new take on package management that is fairly unique. Because of its 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.