2020-04-30 20:01:28 +00:00
# Nix
2019-07-18 08:57:26 +00:00
[![Open Collective supporters ](https://opencollective.com/nixos/tiers/supporter/badge.svg?label=Supporters&color=brightgreen )](https://opencollective.com/nixos)
2020-04-09 13:04:51 +00:00
[![Test ](https://github.com/NixOS/nix/workflows/Test/badge.svg )](https://github.com/NixOS/nix/actions)
2019-07-18 08:57:26 +00:00
2020-04-30 20:01:28 +00:00
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 ](https://nixos.org/nix/manual )
for more details.
## Installation
2020-09-26 11:33:04 +00:00
On Linux and macOS the easiest way to install Nix is to run the following shell command
2020-04-30 20:01:28 +00:00
(as a user other than root):
2020-07-18 07:48:13 +00:00
```console
2020-04-30 20:01:28 +00:00
$ curl -L https://nixos.org/nix/install | sh
```
Information on additional installation methods is available on the [Nix download page ](https://nixos.org/download.html ).
## Building And Developing
2020-12-28 17:30:14 +00:00
See our [Hacking guide ](https://hydra.nixos.org/job/nix/master/build.x86_64-linux/latest/download-by-type/doc/manual/contributing/hacking.html ) in our manual for instruction on how to
2020-07-18 07:48:13 +00:00
build nix from source with nix-build or how to get a development environment.
2016-05-30 14:17:51 +00:00
2020-04-30 20:01:28 +00:00
## Additional Resources
2016-07-20 21:17:55 +00:00
2020-04-30 20:01:28 +00:00
- [Nix manual ](https://nixos.org/nix/manual )
2020-05-01 09:19:18 +00:00
- [Nix jobsets on hydra.nixos.org ](https://hydra.nixos.org/project/nix )
2020-04-30 20:01:28 +00:00
- [NixOS Discourse ](https://discourse.nixos.org/ )
2021-05-27 19:48:39 +00:00
- [Matrix - #nix:nixos.org ](https://matrix.to/#/#nix:nixos.org )
- [IRC - #nixos on libera.chat ](irc://irc.libera.chat/#nixos )
2016-07-20 21:17:55 +00:00
2016-05-30 14:17:51 +00:00
## License
2020-05-01 09:47:26 +00:00
Nix is released under the [LGPL v2.1 ](./COPYING ).