Browser extension to show which branch a Nixpkgs PR is merged into.
Based on nixpkgs-tracker.
- Adds the branch the PR is currently merged into to the "Merged" pill on PR pages in
nixpkgs. - Allows providing a GitHub token to avoid rate limiting.
- Install dependencies:
pnpm install
- Build the extension for Chrome and Firefox:
This will create
pnpm build
content_script.jsin thechromeandfirefoxdirectories.
To automatically rebuild the extension when you make changes to the source code, you can use the watch script:
pnpm watch- Navigate to
chrome://extensions. - Enable "Developer mode".
- Click "Load unpacked".
- Select the
dist/chromedirectory in this repository.
- Navigate to
about:debugging. - Click "This Firefox".
- Click "Load Temporary Add-on...".
- Select the
dist/firefox/manifest.jsonfile in this repository.