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 / gleam-preview / upstream.json
563 B 13 lines
1{ 2 "type": "github-release-binary", 3 "github": "gleam-lang/gleam", 4 "tag_prefix": "v", 5 "tag_prerelease": true, 6 "platforms": { 7 "x86_64-linux": "gleam-v{version}-x86_64-unknown-linux-musl.tar.gz", 8 "aarch64-linux": "gleam-v{version}-aarch64-unknown-linux-musl.tar.gz", 9 "x86_64-darwin": "gleam-v{version}-x86_64-apple-darwin.tar.gz", 10 "aarch64-darwin": "gleam-v{version}-aarch64-apple-darwin.tar.gz" 11 }, 12 "description": "Official multi-platform prerelease tarballs (static musl on Linux). Tracks latest vX.Y.Z-rcN (etc.) GitHub prerelease." 13}