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 3908d3929c
nix path-info: Don't barf on invalid paths
Now you get

  [
    {
      "path": "/nix/store/fzvliz4j5xzvnd0w5zgw2l0ksqh578yk-bla",
      "valid": false
    }
  ]
2017-07-14 18:29:10 +02:00
config
corepkgs <nix/fetchurl.nix>: Support sha512 argument 2017-07-04 14:45:50 +02:00
doc/manual fix buggy nix-shell man page 2017-07-10 14:36:55 +02:00
maintainers
misc Provide a builtin default for $NIX_SSL_CERT_FILE 2017-06-12 16:44:43 +02:00
mk
perl Support base-64 hashes 2017-07-04 15:07:41 +02:00
scripts Rename PINCH_ME_IM_SILLY to ALLOW_PREEXISTING_INSTALLATION 2017-07-14 12:11:33 -04:00
src nix path-info: Don't barf on invalid paths 2017-07-14 18:29:10 +02:00
tests Rename PINCH_ME_IM_SILLY to ALLOW_PREEXISTING_INSTALLATION 2017-07-14 12:11:33 -04:00
.dir-locals.el
.editorconfig
.gitignore Always use the Darwin sandbox 2017-06-06 18:44:49 +02:00
.travis.yml Test the installer 2017-07-14 12:11:04 -04:00
bootstrap.sh
configure.ac
COPYING
local.mk
Makefile
Makefile.config.in
nix.spec.in
README.md
release-common.nix
release.nix Switch to a fancy multi-user installer on Darwin 2017-07-14 12:10:44 -04:00
shell.nix
version

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.