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 =
|
homebrew.brewPrefix =
|
||||||
if pkgs.system == "aarch64-darwin" then "/opt/homebrew/bin"
|
if pkgs.system == "aarch64-darwin" then "/opt/homebrew/bin"
|
||||||
else "/usr/local/bin";
|
else "/usr/local/bin";
|
||||||
homebrew.cleanup = "zap";
|
homebrew.onActivation.cleanup = "zap";
|
||||||
|
homebrew.onActivation.upgrade = true;
|
||||||
|
|
||||||
# All needed taps
|
# All needed taps
|
||||||
homebrew.taps = [
|
homebrew.taps = [
|
||||||
|
|
Loading…
Reference in a new issue