2020-04-30 23:01:28 +03:00
# Nix
2019-07-18 11:57:26 +03:00
[![Open Collective supporters ](https://opencollective.com/nixos/tiers/supporter/badge.svg?label=Supporters&color=brightgreen )](https://opencollective.com/nixos)
2020-04-09 16:04:51 +03:00
[![Test ](https://github.com/NixOS/nix/workflows/Test/badge.svg )](https://github.com/NixOS/nix/actions)
2019-07-18 11:57:26 +03:00
2020-04-30 23:01:28 +03: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 03:53:11 +03:00
## Installation and first steps
2020-04-30 23:01:28 +03:00
2023-10-05 10:20:42 +03: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 23:01:28 +03:00
2023-09-21 03:53:11 +03:00
Full reference documentation can be found in the [Nix manual ](https://nixos.org/nix/manual ).
2020-04-30 23:01:28 +03:00
## Building And Developing
2022-11-25 15:47:05 +02:00
See our [Hacking guide ](https://nixos.org/manual/nix/unstable/contributing/hacking.html ) in our manual for instruction on how to
to set up a development environment and build Nix from source.
2016-05-30 17:17:51 +03:00
2023-09-21 03:53:36 +03:00
## Contributing
Check the [contributing guide ](./CONTRIBUTING.md ) if you want to get involved with developing Nix.
2020-04-30 23:01:28 +03:00
## Additional Resources
2016-07-21 00:17:55 +03:00
2020-04-30 23:01:28 +03:00
- [Nix manual ](https://nixos.org/nix/manual )
2020-05-01 12:19:18 +03:00
- [Nix jobsets on hydra.nixos.org ](https://hydra.nixos.org/project/nix )
2020-04-30 23:01:28 +03:00
- [NixOS Discourse ](https://discourse.nixos.org/ )
2021-05-27 22:48:39 +03:00
- [Matrix - #nix:nixos.org ](https://matrix.to/#/#nix:nixos.org )
2016-07-21 00:17:55 +03:00
2016-05-30 17:17:51 +03:00
## License
2020-05-01 12:47:26 +03:00
Nix is released under the [LGPL v2.1 ](./COPYING ).