1
1
Fork 0
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:
Luc Perkins 2025-05-19 11:20:40 -04:00
parent 1d5cce6c5c
commit 607be58a80
No known key found for this signature in database
GPG key ID: C86EE5D85EE4DDA5

View file

@ -1,11 +1,11 @@
# Nix # Determinate Nix
[![Open Collective supporters](https://opencollective.com/nixos/tiers/supporter/badge.svg?label=Supporters&color=brightgreen)](https://opencollective.com/nixos) [![CI](https://github.com/DeterminateSystems/nix-src/workflows/CI/badge.svg)](https://github.com/DeterminateSystems/nix-src/actions/workflows/ci.yml)
[![CI](https://github.com/NixOS/nix/workflows/CI/badge.svg)](https://github.com/NixOS/nix/actions/workflows/ci.yml)
Nix is a powerful package manager for Linux and other Unix systems that makes package This repository houses the source for [Determinate Nix][det-nix], a downstream distribution of [Nix][upstream].
management reliable and reproducible. Please refer to the [Nix manual](https://nix.dev/reference/nix-manual) Nix is a powerful language, package manager, and CLI for Linux and other Unix systems that makes package management reliable and reproducible.
for more details.
---
## Installation and first steps ## 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. 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. 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/) - [The Nix, Nixpkgs, NixOS Community on nixos.org][website]
- [Official documentation on nix.dev](https://nix.dev) - [Official documentation on nix.dev][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] is a Linux distribution that can be configured fully declaratively
- [NixOS](https://github.com/NixOS/nixpkgs/tree/master/nixos) is a Linux distribution that can be configured fully declaratively - [Discourse]
- [Discourse](https://discourse.nixos.org/) - [Matrix]
- [Matrix](https://matrix.to/#/#nix:nixos.org)
## License ## 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