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
Dmitry Kalinkin 93c9ba3e78 remove some dead code in nix/repl.cc
Fixes a static analyzer warning:

Expression 'isDrv' is always false.

Fixes: 3beb6f6e7 ('Show derivations more concisely')
2018-12-25 22:38:40 +03:00
.github
config
corepkgs
doc/manual Clarify nix-instantiate --read-write-mode 2018-12-14 09:36:40 +01:00
maintainers
misc
mk
perl
scripts Merge pull request #2432 from luke-clifton/fixssl 2018-11-15 13:07:43 +01:00
src remove some dead code in nix/repl.cc 2018-12-25 22:38:40 +03: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 bootstrap: Simplify & make more robust. 2011-09-06 12:11:05 +00:00
configure.ac
COPYING
local.mk
Makefile
Makefile.config.in
nix.spec.in
README.md
release-common.nix
release.nix
shell.nix
version Revert "Bump version" 2018-11-09 10:27:23 +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.