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
eldritch horrors e1b1e6f7ab Merge pull request #9666 from unblevable/dervation-typo
Fix "dervation" typo

(cherry picked from commit a21c762dab365049b77af95355ee4236d173e216)
Change-Id: Ib6c0521758eb23115cfa243b9f3a34bb6e249e5f
2024-03-04 07:33:32 +01:00
.github
config
contrib
doc Merge pull request #4093 from matthewbauer/eval-system 2024-03-04 07:21:01 +01:00
m4
maintainers
misc Merge pull request #9573 from hercules-ci/rl-next-md-frontmatter 2024-03-04 07:12:09 +01:00
mk
perl
scripts Merge pull request #9639 from awakesecurity/mz/darwin-UID-override 2024-03-04 07:26:19 +01:00
src Merge pull request #9666 from unblevable/dervation-typo 2024-03-04 07:33:32 +01:00
tests Merge pull request #9637 from 9999years/fix-logging-test-on-macos 2024-03-04 07:26:34 +01:00
unit-test-data/libstore
.dir-locals.el
.editorconfig
.gitignore
.version
boehmgc-coroutine-sp-fallback.diff
boehmgc-traceable_allocator-public.diff Merge pull request #9430 from hercules-ci/remove-vlas 2024-03-04 07:11:25 +01:00
configure.ac Merge pull request #9972 from NixOS/allow-unoptimized-builds 2024-03-04 07:11:25 +01:00
CONTRIBUTING.md
COPYING
default.nix
docker.nix
flake.lock Merge pull request #9518 from NixOS/fix-static-build 2024-03-04 07:11:25 +01:00
flake.nix Merge pull request #9575 from hercules-ci/shell-on-hydra 2024-03-04 07:12:28 +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 to set up a development environment and build Nix from source.

Additional Resources

License

Nix is released under the LGPL v2.1.