Find a file
2022-08-04 12:37:47 +02:00
.github
config
contrib
doc/manual remove incomplete section: nix archives 2022-08-04 12:37:47 +02:00
m4 autoconf: Fix C++17 detection not working on Ubuntu 16.04. 2019-07-03 04:32:25 +02:00
maintainers
misc
mk
perl
scripts
src Fix NIX_COUNT_CALLS=1 2022-08-03 17:46:51 +02:00
tests Merge pull request #6784 from tweag/completion-test 2022-07-18 20:32:14 +02:00
.dir-locals.el
.editorconfig
.gitignore
.version
boehmgc-coroutine-sp-fallback.diff
bootstrap.sh bootstrap: Simplify & make more robust. 2011-09-06 12:11:05 +00:00
configure.ac
COPYING
default.nix Remove url literals 2022-01-24 13:28:21 +01:00
docker.nix docker.nix: Allow Nix configuration to be customized 2022-07-28 03:36:39 -04:00
flake.lock curl: patch for netrc regression in Nix 2022-07-14 17:45:02 -05:00
flake.nix curl: patch for netrc regression in Nix 2022-07-14 17:45:02 -05: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.