Nix/README.md

35 lines
1.4 KiB
Markdown
Raw Permalink Normal View History

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