Find a file
Robert Hensing 083b198bb7
Merge pull request #9471 from NixOS/backport-9459-to-2.18-maintenance
[Backport 2.18-maintenance] add path based redirects
2023-11-27 15:15:52 +01:00
.github
config
contrib
doc add path based redirects 2023-11-27 13:29:00 +00:00
m4
maintainers
misc
mk
perl
scripts
src Add missing -lrapidcheck fixing build with shared lib 2023-11-22 04:48:11 +00:00
tests Revert "Adapt scheduler to work with dynamic derivations" 2023-10-02 15:05:23 +00:00
.dir-locals.el
.editorconfig
.gitignore
.version Bump version 2023-09-20 15:20:52 +02:00
boehmgc-coroutine-sp-fallback.diff
bootstrap.sh
configure.ac
CONTRIBUTING.md
COPYING
default.nix
docker.nix
flake.lock flake: complete update to 23.05 2023-09-25 08:43:54 +00:00
flake.nix flake: complete update to 23.05 2023-09-25 08:43:54 +00: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.