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
Nick Van den Broeck d4ee8afd59 Implemented --flake flag for nix build
Also fixed Eelco's PR comments
2019-03-22 11:16:20 +01:00
.github
config
corepkgs nix: Enable pure mode by default 2019-02-12 20:35:03 +01:00
doc/manual Merge pull request #2635 from veprbl/patch-7 2019-01-20 09:43:26 +07:00
maintainers
misc
mk
perl
scripts Merge pull request #2432 from luke-clifton/fixssl 2018-11-15 13:07:43 +01:00
src Implemented --flake flag for nix build 2019-03-22 11:16:20 +01:00
tests tests/fetchurl: fix after changing default hash from 512 to 256 2018-12-14 22:37:20 -06:00
.dir-locals.el
.editorconfig
.gitignore
.travis.yml
bootstrap.sh
configure.ac Bindings::get(): Add convenience method 2019-02-11 11:55:35 +01:00
COPYING
flake-registry.json Add flake registry 2019-02-11 13:01:39 +01:00
local.mk Add flake registry 2019-02-11 13:01:39 +01:00
Makefile
Makefile.config.in brotli is only used as a library now 2019-01-05 14:25:54 -05:00
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.