Difference between revisions of "Nix Ecosystem"

From NixOS Wiki
Jump to: navigation, search
m (move to pedias category)
m (rollback unauthorized mass edits)
Tag: Rollback
 
(8 intermediate revisions by 7 users not shown)
Line 1: Line 1:
The ''Nix Ecosystem'' is a collection of technologies designed to reproducibly build and declaratively configure and manage packages and systems as well as their dependencies. It achieves this by translating the functional paradigm from the program to the system domain by utilizing a dynamic, functional and lazy DSL called the [[Nix Expression Language]] for specifying reproducible builds.  
+
The '''Nix Ecosystem''' is a collection of technologies designed to reproducibly build and declaratively configure and manage packages and systems as well as their dependencies. It achieves this by translating the functional paradigm from the program to the system domain by utilizing a dynamic, functional and lazy DSL called the [[Overview of the Nix Language|Nix Language]] for specifying reproducible builds.  
  
== Open source software ==
+
== Software ==
  
 
{| class="wikitable"
 
{| class="wikitable"
|+ Core Components of the Nix Ecosystem:
+
|+ Core Components of the Nix Ecosystem
 
|-
 
|-
| ''Component''
+
! Component
| ''Manual''
+
! Manual
| ''Description''
+
! Description
| ''Use''
+
! Use
| ''License''
+
! License
 
|-
 
|-
| [[Nix Package Manager | Nix]]
+
| [[Nix]]
 
| [https://nixos.org/nix/manual/ Nix Manual]
 
| [https://nixos.org/nix/manual/ Nix Manual]
 
| A package manager that parses Nix expressions specifying reproducible build, putting the result in a store address with a hash of the dependency tree, sidestepping dependency hell and supporting multiversion installs and rollbacks.
 
| A package manager that parses Nix expressions specifying reproducible build, putting the result in a store address with a hash of the dependency tree, sidestepping dependency hell and supporting multiversion installs and rollbacks.
Line 19: Line 19:
 
|-  
 
|-  
 
| [[NixOS]]
 
| [[NixOS]]
| [https://nixos.org/nixos/manual/ NixOS Manual]
+
| [https://nixos.org/nixos/manual/ NixOS Manual]
 
| A Linux distribution with ''all'' components built by Nix, and thus supporting reproducible and declarative system-wide configuration management as well as atomic upgrades and rollbacks.  
 
| A Linux distribution with ''all'' components built by Nix, and thus supporting reproducible and declarative system-wide configuration management as well as atomic upgrades and rollbacks.  
 
| Declaratively configure desktops, servers & clusters
 
| Declaratively configure desktops, servers & clusters
Line 25: Line 25:
 
|-
 
|-
 
| [[Nixpkgs]]
 
| [[Nixpkgs]]
| [https://nixos.org/nixpkgs/manual/ Nixpkgs Manual]
+
| [https://nixos.org/nixpkgs/manual/ Nixpkgs Manual]
 
| The largest community maintained Nix package and NixOS module repository; standard releases of NixOS are hosted here.
 
| The largest community maintained Nix package and NixOS module repository; standard releases of NixOS are hosted here.
| Share Nix packages & NixOS modules
+
| Share Nix packages & NixOS modules
 
| MIT
 
| MIT
|-
 
| [[NixOps]]
 
| [https://nixos.org/nixops/manual/ NixOps Manual]
 
| A Nix based deployment and provisioning tool allowing declarative specification of remote NixOS systems, VMs and containers; supports AWS, Hetzner, GCE and some other cloud providers out of box.
 
| Deploy & provision NixOS systems, VMs & containers
 
| LGPL-3.0
 
 
|-
 
|-
 
| [[Hydra]]
 
| [[Hydra]]
 
| [https://nixos.org/hydra/manual/ Hydra Manual]
 
| [https://nixos.org/hydra/manual/ Hydra Manual]
 
| A Nix based continuous build system.
 
| A Nix based continuous build system.
| CI build farms
+
| CI build farms
 
| GPL-3.0
 
| GPL-3.0
 
|}  
 
|}  
Line 48: Line 42:
  
 
== Services ==
 
== Services ==
Note: not required for any use of Nix nor affiliated with the NixOS Foundation.
 
  
* [https://cachix.org Cachix:] binary caches as a service. Free for public caches, subscription for private token-protected caches
+
None of the services are required to use Nix. And all the services are not affiliated with the [[NixOS Foundation]].
* [https://hercules-ci.com Hercules CI:] simplify your CI setup with stateless build agents. Free for open source, per-user subscription for private repositories.
 
* [https://nixbuild.net/ nixbuild.net] (private beta): remote Nix builders as a service. Pay-per-use.
 
  
 +
; [https://cachix.org Cachix]: binary caches as a service. Free for public caches, subscription for private token-protected caches.
 +
; [https://hercules-ci.com Hercules CI]: simplify your CI setup with stateless build agents. Free for open source, per-user subscription for private repositories.
 +
; [https://nixbuild.net/ nixbuild.net]: remote Nix builders as a service for x86_64 and AArch64. Pay-per-use.
  
 
[[Category:Pedias]]
 
[[Category:Pedias]]
 
[[Category:Ecosystem]]
 
[[Category:Ecosystem]]
 
[[Category:Incomplete]]
 
[[Category:Incomplete]]

Latest revision as of 10:54, 6 April 2024

The Nix Ecosystem is a collection of technologies designed to reproducibly build and declaratively configure and manage packages and systems as well as their dependencies. It achieves this by translating the functional paradigm from the program to the system domain by utilizing a dynamic, functional and lazy DSL called the Nix Language for specifying reproducible builds.

Software

Core Components of the Nix Ecosystem
Component Manual Description Use License
Nix Nix Manual A package manager that parses Nix expressions specifying reproducible build, putting the result in a store address with a hash of the dependency tree, sidestepping dependency hell and supporting multiversion installs and rollbacks. Reproducible builds & package management in Linux & Darwin LGPL-2.1
NixOS NixOS Manual A Linux distribution with all components built by Nix, and thus supporting reproducible and declarative system-wide configuration management as well as atomic upgrades and rollbacks. Declaratively configure desktops, servers & clusters MIT
Nixpkgs Nixpkgs Manual The largest community maintained Nix package and NixOS module repository; standard releases of NixOS are hosted here. Share Nix packages & NixOS modules MIT
Hydra Hydra Manual A Nix based continuous build system. CI build farms GPL-3.0

In addition there are many other applications developed by the Nix community, utilizing and supporting these core technologies.

Nixos-stack2.png

Services

None of the services are required to use Nix. And all the services are not affiliated with the NixOS Foundation.

Cachix
binary caches as a service. Free for public caches, subscription for private token-protected caches.
Hercules CI
simplify your CI setup with stateless build agents. Free for open source, per-user subscription for private repositories.
nixbuild.net
remote Nix builders as a service for x86_64 and AArch64. Pay-per-use.