Find a file
2021-05-13 13:07:35 +02:00
.github
config
contrib function-trace: always show the trace 2019-09-18 23:23:21 +02:00
doc/manual
m4
maintainers
misc launchd: Use exec to avoid leaving the extra shell wrapper running 2021-05-04 14:33:47 -07:00
mk
nix-rust
perl
scripts
src Merge pull request #4798 from matthewbauer/relock-wait-for-build-slot-goals 2021-05-13 13:07:35 +02:00
tests
.dir-locals.el .dir-locals.el: Set c-block-comment-prefix 2020-07-10 11:21:06 +02:00
.editorconfig
.gitignore Generate separate manpages for each nix subcommand 2020-12-02 23:23:23 +01:00
.version
bootstrap.sh
configure.ac Drop unused tar dependency 2021-04-15 13:57:04 +02:00
COPYING
default.nix
flake.lock Use lowdown 0.8.4 2021-04-23 14:20:32 +02:00
flake.nix Use lowdown 0.8.4 2021-04-23 14:20:32 +02: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.