shini4i/Nixpkgs Updater
Updates Nix flakes in a centralized repository when a new version is released
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| package-name | Name of the package directory in pkgs/<package-name> | yes | — |
| version | New version to update to (e.g., v0.1.2 or 0.1.2) | yes | — |
| target-repo | Target nixpkgs repository in owner/repo format | yes | — |
| github-token | GitHub token with push access to target repository | yes | — |
| base-branch | Base branch to create PR against | no | main |
Outputs
| name | description |
|---|---|
| pr-url | URL of the created or updated pull request |
| pr-number | Number of the created or updated pull request |
| branch-name | Name of the branch created |