|
Tags: Replaced Mobile edit Mobile web edit |
| Line 1: |
Line 1: |
| {| class="wikitable"
| | Core Components of the Nix Ecosystem |
| |+ Core Components of the Nix Ecosystem
| |
| |-
| |
| ! Component
| |
| ! Manual
| |
| ! Description
| |
| ! Use
| |
| ! License
| |
| |-
| |
| | [[NixOS]]
| |
| | [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.
| |
| | Declaratively configure desktops, servers & clusters
| |
| | MIT
| |
| |-
| |
| | [[Nixpkgs]]
| |
| | [https://nixos.org/nixpkgs/manual/ 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]]
| |
| | [https://nixos.org/hydra/manual/ Hydra Manual]
| |
| | A Nix based continuous build system.
| |
| | CI build farms
| |
| | GPL-3.0
| |
| |-
| |
| | [[Nix]]
| |
| | [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.
| |
| | Reproducible builds & package management in Linux & Darwin
| |
| | LGPL-2.1
| |
| |}
| |