|
|
|
|
|
by sneak
1887 days ago
|
|
Well, a very simple answer is that homebrew embeds nonconsensual spyware into the brew tool itself, and nix does not. For me, "doesn't exfiltrate my private data to Google in the default config" is an important security benefit of nix over homebrew. The longer answer is about the inherent benefits of the nix way of doing things; it is a horse of a different color compared to all other package managers I've seen
or heard about. It is a different installation paradigm, and the nix documentation (and many blog
posts) do a better job of describing its main differences than I can here. Deterministic builds as a first class feature is probably the shortest summary. Being able to reference an entire and exact hash tree of deps is hugely valuable. |
|