mirror of
https://github.com/cupcakearmy/nix-macos.git
synced 2026-06-10 20:56:48 +00:00
update flake and add force flag for brew
This commit is contained in:
+2
-1
@@ -93,7 +93,7 @@
|
||||
homebrew = {
|
||||
enable = true;
|
||||
casks = (import ./cask.nix) ++ (lib.attrByPath [ "extras" "casks" ] [ ] host);
|
||||
taps = [ "lihaoyun6/tap" ];
|
||||
taps = [];
|
||||
global = {
|
||||
autoUpdate = true;
|
||||
};
|
||||
@@ -101,6 +101,7 @@
|
||||
autoUpdate = true;
|
||||
upgrade = true;
|
||||
cleanup = "zap";
|
||||
extraFlags = ["--force" ];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user