Nix ecosystem: Difference between revisions
m update links |
Wheelsbot7 (talk | contribs) m Fixed grammar error |
||
| Line 39: | Line 39: | ||
| [[Special:MyLanguage/Nix|Nix]] | | [[Special:MyLanguage/Nix|Nix]] | ||
| <translate><!--T:30--> [https://nix.dev/manual/nix/ Nix Manual]</translate> | | <translate><!--T:30--> [https://nix.dev/manual/nix/ Nix Manual]</translate> | ||
| <translate><!--T:31--> A package manager that parses Nix expressions specifying reproducible | | <translate><!--T:31--> A package manager that parses Nix expressions specifying reproducible builds, putting the result in a store address with a hash of the dependency tree, sidestepping dependency hell and supporting multiversion installs and rollbacks.</translate> | ||
| <translate><!--T:32--> Reproducible builds & package management in Linux & Darwin</translate> | | <translate><!--T:32--> Reproducible builds & package management in Linux & Darwin</translate> | ||
| LGPL-2.1 | | LGPL-2.1 | ||
| Line 64: | Line 64: | ||
<translate> | <translate> | ||
== Usage of NixOS == <!--T:6--> | == Usage of NixOS == <!--T:6--> | ||