feat(mac): completely remove homebrew
This commit is contained in:
parent
73126cf39e
commit
148b537c44
@ -32,6 +32,8 @@
|
||||
checkstyle
|
||||
# XCode
|
||||
cocoapods
|
||||
# Android Development
|
||||
android-tools
|
||||
];
|
||||
};
|
||||
|
||||
@ -53,22 +55,6 @@
|
||||
nix-daemon.enable = true;
|
||||
};
|
||||
|
||||
homebrew = {
|
||||
enable = true;
|
||||
onActivation = {
|
||||
# Auto update packages
|
||||
autoUpdate = true;
|
||||
# Uninstall not listed packages and casks
|
||||
cleanup = "zap";
|
||||
# Upgrade outdated formulae on activation
|
||||
upgrade = true;
|
||||
};
|
||||
casks = [
|
||||
"hiddenbar"
|
||||
"android-platform-tools"
|
||||
];
|
||||
};
|
||||
|
||||
nixpkgs = {
|
||||
# Workaround for pyopenssl being marked broken
|
||||
config.allowBroken = true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user