It's needed for reactotron and potentially direnv.
Since Homebrew is easy to install through the command line,
may as well automate the process if it's missing
Depends on D6311
Differential D6313
[Nix] Install homebrew on nix develop • jon on Jan 19 2023, 11:59 AM. Authored by Tags None Referenced Files
Details
It's needed for reactotron and potentially direnv. Depends on D6311 In new terminal: # Remove /usr/local/bin from path, which is where homebrew is normally installed export PATH=/usr/bin # Bring in bash not from /usr/local/bin . <(/nix/var/nix/profiles/default/bin/nix print-dev-env .#devShell) ./scripts/install_homebrew_macos.sh # Should install homebrew, can be ran if homebrew is already installed
Diff Detail
Event TimelineComment Actions Shouldn't matter much in the context of this particular diff, just a side note when looking at the test plan. In non-M1 mac, Homebrew uses /usr/local/bin, but for M1 (Apple silicon in general) it is /opt/homebrew/bin Comment Actions
Fun. :) |