|
|
|
|
|
by pxc
786 days ago
|
|
I use it to install a bunch of Homebrew casks and a small number of regular packages to support those casks. It works perfectly well! My biggest annoyance is that Homebrew is really slow; the Homebrew part of my Nix-Darwin rebuilds usuay takes 3-5x as long as everything else combined. Homebrew is really slow even when it has nothing to do. The only caveat worth mentioning is that the module built into Nix-Darwin doesn't support installing Homebrew itself. Instead you tell it the prefix for an existing Homebrew installation. (There is an out-of-tree module for installing Homebrew as well, but I haven't tried it.) |
|