Nix ecosystem: Difference between revisions
m (1/2) Move stack from image to table |
m (2/2) inline styles for the table |
||
| Line 38: | Line 38: | ||
In addition there are many other [[applications]] developed by the Nix community, utilizing and supporting these core technologies. | In addition there are many other [[applications]] developed by the Nix community, utilizing and supporting these core technologies. | ||
{| | {| style="max-width: 36rem; margin: auto;" | ||
|+'''The NixOS stack''' | |+'''The NixOS ecosystem stack''' | ||
|NixOS | |style="text-align: center; border: 1px solid #ddd; background: #fafafa; padding: 1.6rem" width="2%"| | ||
<div style="font-size: 1.3em; font-weight: bold">NixOS</div> | |||
A Linux distribution and configuration system built using Nixpkgs | A Linux distribution and configuration system built using Nixpkgs | ||
! | ! | ||
|- | |- | ||
|Nixpkgs | |style="text-align: center; border: 1px solid #ddd; background: #fafafa; padding: 1.6rem" width="2%"| | ||
<div style="font-size: 1.3em; font-weight: bold">Nixpkgs</div> | |||
A large, community-maintained repository of packages | A large, community-maintained repository of packages | ||
|Hydra | |style="text-align: center; border: 1px solid #ddd; background: #fafafa; padding: 1.6rem" width="2%"| | ||
<div style="font-size: 1.3em; font-weight: bold">Hydra</div> | |||
A continuous build system built on Nix | A continuous build system built on Nix | ||
|- | |- | ||
| colspan="2" |Nix | |style="text-align: center; border: 1px solid #ddd; background: #fafafa; padding: 1.6rem" width="2%" colspan="2"| | ||
<div style="font-size: 1.3em; font-weight: bold">Nix</div> | |||
A pure and functional build system | A pure and functional build system | ||
|} | |} | ||