update flake and add force flag for brew

This commit is contained in:
2026-06-10 00:08:07 +02:00
parent b17b2a78e2
commit c984ab6b62
3 changed files with 11 additions and 11 deletions
+2 -1
View File
@@ -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" ];
};
};
}