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
2021-12-03 18:46:09 +01:00
.github
config Run autoupdate 2021-06-01 11:42:38 +02:00
contrib
doc/manual Merge pull request #5715 from Infinisil/groupBy-primop 2021-12-03 13:21:14 +01:00
m4
maintainers
misc
mk mk/libraries.mk: fix trace-ld and trace-ar expansions 2021-10-08 22:59:42 +01:00
nix-rust
perl
scripts darwin-install: nail down diskutil 2021-12-01 18:38:32 -06:00
src Introduce builtins.groupBy primop 2021-12-02 21:54:51 +01:00
tests Flakes: computeLocks: pass correct LockParent when reusing oldLock 2021-12-02 12:02:34 +03:00
.dir-locals.el
.editorconfig
.gitignore
.version Bump version to 2.5 2021-10-07 17:39:30 +02:00
boehmgc-coroutine-sp-fallback.diff
bootstrap.sh
configure.ac
COPYING
default.nix
docker.nix
flake.lock update flake.nix to 21.11 2021-12-03 18:46:09 +01:00
flake.nix update flake.nix to 21.11 2021-12-03 18:46:09 +01:00
local.mk
Makefile
Makefile.config.in
precompiled-headers.h
README.md
shell.nix

Nix

Open Collective supporters Test

Nix is a powerful package manager for Linux and other Unix systems that makes package management reliable and reproducible. Please refer to the Nix manual for more details.

Installation

On Linux and macOS the easiest way to install Nix is to run the following shell command (as a user other than root):

$ curl -L https://nixos.org/nix/install | sh

Information on additional installation methods is available on the Nix download page.

Building And Developing

See our Hacking guide in our manual for instruction on how to build nix from source with nix-build or how to get a development environment.

Additional Resources

License

Nix is released under the LGPL v2.1.