🗑️fix nix-darwin homebrew deprecations

This commit is contained in:
2022-09-06 22:03:48 -04:00
parent 96c88583c3
commit 2711d6006a
4 changed files with 29 additions and 33 deletions

View File

@ -2,15 +2,6 @@
{
homebrew = {
enable = true;
brewPrefix = "/opt/homebrew/bin";
autoUpdate = true;
cleanup = "zap";
global = {
brewfile = true;
noLock = true;
};
taps = [
"homebrew/cask"
"homebrew/cask-drivers"

View File

@ -2,15 +2,6 @@
{
homebrew = {
enable = true;
brewPrefix = "/opt/homebrew/bin";
autoUpdate = true;
cleanup = "zap";
global = {
brewfile = true;
noLock = true;
};
taps = [
"homebrew/cask"
"homebrew/cask-drivers"