|
|
|
|
|
by emptysongglass
1526 days ago
|
|
Homebrew is the lowest common denominator of package managers. If you search Algolia for homebrew you'll find many, many stories of hard times. It seems to be the most popular package manager on macOS but it is dog slow. It is easily the slowest package manager I've ever used. This is a place where Nix really shines. Known inputs produce known outputs. When you remove a package nothing is left behind. The package selection is immense. I use it on WSL and Arch (with a flake) and it works exactly the same everywhere with no gotchas. |
|
Surely you can search for any package manager and find lots of people having issues with it.
I should really check out nix-shell.