Skip to content

Commit

Permalink
feat: add new tap and brew to homebrew.nix
Browse files Browse the repository at this point in the history
Add a new tap "chainguard-dev/tap" and a new brew "chainguard-dev/tap/chainctl" to the homebrew configuration in homebrew.nix. This change enables the installation of additional packages from the new tap.
  • Loading branch information
billimek committed Jul 30, 2024
1 parent 2c2f67b commit 04ef06d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions hosts/work_laptop/homebrew.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
{
#homebrew packages
homebrew = {
taps = [
"chainguard-dev/tap"
];
brews = [
"chainguard-dev/tap/chainctl"
];
casks = [
"arc"
"gather"
Expand Down

0 comments on commit 04ef06d

Please sign in to comment.