Nix packages for third-party projects that don't ship their own flakes
0

Configure Feed

Select the types of activity you want to include in your feed.

agentic / packages / pullrun / upstream.json
515 B 12 lines
1{ 2 "type": "github-release-binary", 3 "github": "pullrun/pullrun", 4 "tag_prefix": "v", 5 "platforms": { 6 "x86_64-linux": "pullrun-{version}-linux-amd64.tar.gz", 7 "aarch64-linux": "pullrun-{version}-linux-arm64.tar.gz", 8 "x86_64-darwin": "pullrun-{version}-darwin-amd64.tar.gz", 9 "aarch64-darwin": "pullrun-{version}-darwin-arm64.tar.gz" 10 }, 11 "description": "Official multi-platform release tarballs (CLI + runtime). Tracks latest vX.Y.Z GitHub release and refreshes per-platform fetchurl hashes." 12}