Find a file
Jan Tojnar 26d1877d6e doc: Add redirects for the DocBook manual
There are still many links to the old manual on the web and
having them end up on the Introduction page is a bad user experience.
2022-05-26 18:17:21 +02:00
.github
config
contrib
doc/manual
m4
maintainers
misc
mk
perl
scripts darwin-install: fix break from bad vimrc 2022-05-04 19:26:03 -05:00
src Merge pull request #6560 from ncfavier/patch-1 2022-05-23 17:08:06 +02:00
tests Merge pull request #6544 from ncfavier/getFlake-no-write-lock-file 2022-05-18 16:41:13 +02:00
.dir-locals.el
.editorconfig
.gitignore
.version
boehmgc-coroutine-sp-fallback.diff
bootstrap.sh
configure.ac
COPYING
default.nix
docker.nix
flake.lock
flake.nix
local.mk
Makefile Add unit tests for libexpr (#5377) 2022-05-06 18:05:27 +02:00
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.