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 6521c92ce8 Improve path:// handling
In particular, doing 'nix build /path/to/dir' now works if
/path/to/dir is not a Git tree (it only has to contain a flake.nix
file).

Also, 'nix flake init' no longer requires a Git tree (but it will do a
'git add flake.nix' if it's a Git tree)
2020-04-27 22:53:11 +02:00
.github Do a deep fetch 2020-03-13 17:25:47 +01:00
config
contrib
corepkgs
doc/manual add NIX_USER_CONF_FILES 2020-04-14 18:45:06 +02:00
m4
maintainers Update release script 2020-04-10 17:27:35 +02:00
misc
mk Remove global -I flags 2020-03-30 15:30:19 +02:00
nix-rust
perl
scripts installer: Fix terminal colors. 2020-03-24 21:15:01 -07:00
src Improve path:// handling 2020-04-27 22:53:11 +02:00
tests Revive 'nix search' 2020-04-20 15:27:09 +02:00
.dir-locals.el
.editorconfig
.gitignore ignore error-demo 2020-04-06 12:05:17 -06:00
.version
bootstrap.sh
configure.ac
COPYING
default.nix
flake.lock flake.lock: Update 2020-03-30 13:33:08 +02:00
flake.nix Remove flake 'edition' field 2020-04-10 10:24:09 +02:00
local.mk Remove global -I flags 2020-03-30 15:30:19 +02:00
Makefile Don't install error-demo 2020-04-22 15:29:22 +02:00
Makefile.config.in Misc changes from the flakes branch 2020-03-24 14:34:47 +01:00
precompiled-headers.h
README.md README: add github actions badge 2020-04-09 15:04:51 +02:00
shell.nix

Open Collective supporters Test

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 https://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