Skip to content

Commit eb93f38

Browse files
committed
update trust homebrew
1 parent faafbf9 commit eb93f38

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

hosts/macbook/home/brew.nix

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,14 @@ let
1212
trust = pkgs.writeText "homebrew-trust.json" (
1313
builtins.toJSON {
1414
trustedtaps = [
15-
"daveshanley/vacuum"
16-
"encoredev/tap"
1715
"hamed-elfayome/claude-usage"
1816
"jsattler/tap"
1917
];
2018
trustedcasks = [
2119
"hamed-elfayome/claude-usage/claude-usage-tracker"
2220
"jsattler/tap/bettercapture"
2321
];
24-
trustedformulae = [
25-
"daveshanley/vacuum/vacuum"
26-
"encoredev/tap/encore"
27-
];
22+
trustedformulae = [ ];
2823
}
2924
);
3025
in

0 commit comments

Comments
 (0)