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 / boxd / upstream.json
365 B 10 lines
1{ 2 "type": "url-manifest-binary", 3 "manifest_url": "https://boxd.sh/downloads/cli/latest-{platform}.json", 4 "platforms": { 5 "x86_64-linux": "linux-amd64", 6 "aarch64-linux": "linux-arm64", 7 "aarch64-darwin": "darwin-arm64" 8 }, 9 "description": "Official boxd CLI static binaries. Tracks version + per-platform hashes from boxd.sh download manifests." 10}