From 607be58a80203306b6132b87dce099750c524ec7 Mon Sep 17 00:00:00 2001 From: Luc Perkins Date: Mon, 19 May 2025 11:20:40 -0400 Subject: [PATCH] Update CI badge URLs --- README.md | 35 ++++++++++++++++++++++------------- 1 file changed, 22 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 54a6fcc39..35c0bcfb3 100644 --- a/README.md +++ b/README.md @@ -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/NixOS/nix/workflows/CI/badge.svg)](https://github.com/NixOS/nix/actions/workflows/ci.yml) +[![CI](https://github.com/DeterminateSystems/nix-src/workflows/CI/badge.svg)](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