Nix ecosystem: Difference between revisions

imported>Ixxie
No edit summary
imported>Ixxie
No edit summary
Line 9: Line 9:
|-
|-
| [[Nix Package Manager]]
| [[Nix Package Manager]]
| A package manager that parses the [[Nix Expression Language]] to specify reproducible build processes. Nix stores the results into hashed addresses, allowing multiple versions of the same package to live side by side.
| 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.
| Package management in Linux & Darwin • Reproducible building of applications & containers in production
| Package management in Linux & Darwin • Reproducible Builds of Software & Containers
|-  
|-  
| [[NixOS]]
| [[NixOS]]