mirror of
https://github.com/NixOS/nix.git
synced 2025-12-18 15:01:08 +01:00
Update CI badge URLs
This commit is contained in:
parent
1d5cce6c5c
commit
607be58a80
1 changed files with 22 additions and 13 deletions
35
README.md
35
README.md
|
|
@ -1,11 +1,11 @@
|
|||
# Nix
|
||||
# Determinate Nix
|
||||
|
||||
[](https://opencollective.com/nixos)
|
||||
[](https://github.com/NixOS/nix/actions/workflows/ci.yml)
|
||||
[](https://github.com/DeterminateSystems/nix-src/actions/workflows/ci.yml)
|
||||
|
||||
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)
|
||||
for more details.
|
||||
This repository houses the source for [Determinate Nix][det-nix], a downstream distribution of [Nix][upstream].
|
||||
Nix is a powerful language, package manager, and CLI for Linux and other Unix systems that makes package management reliable and reproducible.
|
||||
|
||||
---
|
||||
|
||||
## Installation and first steps
|
||||
|
||||
|
|
@ -26,13 +26,22 @@ Check the [contributing guide](./CONTRIBUTING.md) if you want to get involved wi
|
|||
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)
|
||||
- [The Nix, Nixpkgs, NixOS Community on nixos.org][website]
|
||||
- [Official documentation on nix.dev][nix.dev]
|
||||
- [NixOS] is a Linux distribution that can be configured fully declaratively
|
||||
- [Discourse]
|
||||
- [Matrix]
|
||||
|
||||
## License
|
||||
|
||||
Nix is released under the [LGPL v2.1](./COPYING).
|
||||
[Upstream Nix][upstream] is released under the [LGPL v2.1][license] license.
|
||||
[Determinate Nix][det-nix] is also released under LGPL v2.1 based on the terms of that license.
|
||||
|
||||
[det-nix]: https://docs.determinate.systems/determinate-nix
|
||||
[discourse]: https://discourse.nixos.org
|
||||
[license]: ./COPYING
|
||||
[matrix]: https://matrix.to/#/#nix:nixos.org
|
||||
[nix.dev]: https://nix.dev
|
||||
[nixos]: https://github.com/NixOS/nixpkgs/tree/master/nixos
|
||||
[upstream]: https://github.com/NixOS/nix
|
||||
[website]: https://nixos.org
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue