Update darwin config to match new version reqs
This commit is contained in:
parent
430ec688a5
commit
096c2654a2
|
@ -6,7 +6,8 @@ with lib;
|
|||
homebrew.brewPrefix =
|
||||
if pkgs.system == "aarch64-darwin" then "/opt/homebrew/bin"
|
||||
else "/usr/local/bin";
|
||||
homebrew.cleanup = "zap";
|
||||
homebrew.onActivation.cleanup = "zap";
|
||||
homebrew.onActivation.upgrade = true;
|
||||
|
||||
# All needed taps
|
||||
homebrew.taps = [
|
||||
|
|
Loading…
Reference in a new issue