Update darwin config to match new version reqs

This commit is contained in:
Natsu Kagami 2022-10-03 09:59:55 +02:00
parent 430ec688a5
commit 096c2654a2
Signed by: nki
GPG key ID: 7306B3D3C3AD6E51

View file

@ -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 = [