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.
2023-09-21 00:53:11 +00:00
## Installation and first steps
2020-04-30 20:01:28 +00:00
2023-10-05 07:20:42 +00:00
Visit [nix.dev ](https://nix.dev ) for [installation instructions ](https://nix.dev/tutorials/install-nix ) and [beginner tutorials ](https://nix.dev/tutorials/first-steps ).
2020-04-30 20:01:28 +00:00
2023-09-21 00:53:11 +00:00
Full reference documentation can be found in the [Nix manual ](https://nixos.org/nix/manual ).
2020-04-30 20:01:28 +00:00
## Building And Developing
2022-11-25 13:47:05 +00:00
See our [Hacking guide ](https://nixos.org/manual/nix/unstable/contributing/hacking.html ) in our manual for instruction on how to
2023-10-23 17:20:23 +00:00
set up a development environment and build Nix from source.
2016-05-30 14:17:51 +00:00
2023-09-21 00:53:36 +00:00
## Contributing
Check the [contributing guide ](./CONTRIBUTING.md ) if you want to get involved with developing Nix.
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 )
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 ).