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 79aa7d9518
Merge pull request #4268 from DavHau/patch-1
fix typo in comment in fetchurl.nix
2020-11-18 17:03:45 +01:00
.github Bump cachix/install-nix-action from v11 to v12 (#4237) 2020-11-09 23:21:55 +00:00
config
contrib
corepkgs fix typo in comment in fetchurl.nix 2020-11-18 11:20:50 +07:00
doc/manual docs: consistent console prompt (#4213) 2020-11-02 16:32:05 +01:00
m4
maintainers
misc
mk
nix-rust
perl
scripts Merge pull request #4171 from YorikSar/zsh-nix-profiles 2020-11-17 15:53:44 +01:00
src Merge pull request #4189 from edolstra/flake-config 2020-11-17 15:39:14 +01:00
tests Remove stray debug statement 2020-11-17 15:36:20 +01:00
.dir-locals.el
.editorconfig
.gitignore
.version
bootstrap.sh
configure.ac
COPYING
default.nix
flake.lock
flake.nix Remove tests.binaryTarball 2020-11-17 15:26:39 +01:00
local.mk
Makefile
Makefile.config.in
precompiled-headers.h Config: Use nlohmann/json 2020-08-20 11:02:16 +02:00
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.