1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 10:50:24 -04:00
nix/README.md

39 lines
2 KiB
Markdown
Raw Normal View History

2020-04-30 16:01:28 -04:00
# Nix
2019-07-18 04:57:26 -04:00
[![Open Collective supporters](https://opencollective.com/nixos/tiers/supporter/badge.svg?label=Supporters&color=brightgreen)](https://opencollective.com/nixos)
[![CI](https://github.com/NixOS/nix/workflows/CI/badge.svg)](https://github.com/NixOS/nix/actions/workflows/ci.yml)
2019-07-18 04:57:26 -04:00
2020-04-30 16:01:28 -04: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://nix.dev/reference/nix-manual)
2020-04-30 16:01:28 -04:00
for more details.
## Installation and first steps
2020-04-30 16:01:28 -04:00
2023-10-05 03:20:42 -04: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 16:01:28 -04:00
Full reference documentation can be found in the [Nix manual](https://nix.dev/reference/nix-manual).
2020-04-30 16:01:28 -04:00
## Building and developing
2020-04-30 16:01:28 -04:00
2024-08-15 09:25:50 -04:00
Follow instructions in the Nix reference manual to [set up a development environment and build Nix from source](https://nix.dev/manual/nix/development/development/building.html).
2016-05-30 10:17:51 -04:00
2023-09-20 20:53:36 -04:00
## Contributing
Check the [contributing guide](./CONTRIBUTING.md) if you want to get involved with developing Nix.
## Additional resources
Nix was created by Eelco Dolstra and developed as the subject of his PhD thesis [The Purely Functional Software Deployment Model](https://edolstra.github.io/pubs/phd-thesis.pdf), published 2006.
Today, a world-wide developer community contributes to Nix and the ecosystem that has grown around it.
- [The Nix, Nixpkgs, NixOS Community on nixos.org](https://nixos.org/)
- [Official documentation on nix.dev](https://nix.dev)
- [Nixpkgs](https://github.com/NixOS/nixpkgs) is [the largest, most up-to-date free software repository in the world](https://repology.org/repositories/graphs)
- [NixOS](https://github.com/NixOS/nixpkgs/tree/master/nixos) is a Linux distribution that can be configured fully declaratively
- [Discourse](https://discourse.nixos.org/)
- [Matrix](https://matrix.to/#/#nix:nixos.org)
2016-05-30 10:17:51 -04:00
## License
2020-05-01 05:47:26 -04:00
Nix is released under the [LGPL v2.1](./COPYING).