fix: move open-pencil from brews to casks - #1327
Conversation
open-pencil/tap only provides a cask, not a formula.
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
Disabled knowledge base sources:
📝 WalkthroughSummary by CodeRabbit
WalkthroughThis PR relocates the Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Poem
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Mesa DescriptionTL;DRMoved What changed?
Description generated by Mesa. Update settings |
There was a problem hiding this comment.
Pull request overview
Moves the open-pencil Homebrew dependency to the correct install type in the nix-darwin Homebrew configuration, aligning with open-pencil/tap providing a cask rather than a formula.
Changes:
- Remove
open-pencilfromhomebrew.brews - Add
open-penciltohomebrew.casks
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Performed full review of c313d21...53d4522
Analysis
No significant architectural issues identified. This PR contains a straightforward categorization fix moving open-pencil from brews to casks, which aligns with Homebrew conventions and existing patterns in the codebase. The change is minimal, maintains alphabetical ordering, and has no ripple effects across other configuration files. Safe to merge.
Tip
Help
Slash Commands:
/review- Request a full code review/review latest- Review only changes since the last review/describe- Generate PR description. This will update the PR body or issue comment depending on your configuration/help- Get help with Mesa commands and configuration options
0 files reviewed | 0 comments | Edit Agent Settings • Read Docs
Summary
open-pencilfrombrewstocasksin homebrew.nixTest plan
make build && make switchcompletes without brew bundle errors for open-pencilSummary by cubic
Move
open-pencilfrombrewstocasksinhomebrew.nixto match the upstream tap (cask-only). This preventsbrew bundleerrors and letsmake build && make switchcomplete successfully.Written for commit 53d4522. Summary will update on new commits.