| just static: fully static builds through a pinned nimstatic 078b24d nandi 18h ago | 1 | #!/usr/bin/env dotslash |
| 2 | |
| 3 | // nimstatic, pinned. `just static` runs this; DotSlash fetches it on first use, |
| Point the nimstatic pin at a release asset ed15d1f nandi 13h ago | 4 | // verifies the hash and caches it. Built by nimstatic's own release workflow. |
| just static: fully static builds through a pinned nimstatic 078b24d nandi 18h ago | 5 | { |
| 6 | "name": "nimstatic", |
| 7 | "platforms": { |
| 8 | "linux-x86_64": { |
| Point the nimstatic pin at a release asset ed15d1f nandi 13h ago | 9 | "size": 1706504, |
| just static: fully static builds through a pinned nimstatic 078b24d nandi 18h ago | 10 | "hash": "sha256", |
| Point the nimstatic pin at a release asset ed15d1f nandi 13h ago | 11 | "digest": "7b6855a7641bd164a1517063554dc6f23dc270b273d8c1697fa18f3975861647", |
| just static: fully static builds through a pinned nimstatic 078b24d nandi 18h ago | 12 | "format": "xz", |
| Point the nimstatic pin at a release asset ed15d1f nandi 13h ago | 13 | "path": "nimstatic-0.1.5-x86_64-linux", |
| just static: fully static builds through a pinned nimstatic 078b24d nandi 18h ago | 14 | "providers": [ |
| 15 | { |
| Point the nimstatic pin at a release asset ed15d1f nandi 13h ago | 16 | "url": "https://rickub.com/nandi/nimstatic/releases/download/v0.1.5/nimstatic-0.1.5-x86_64-linux.xz" |
| just static: fully static builds through a pinned nimstatic 078b24d nandi 18h ago | 17 | } |
| 18 | ] |
| 19 | } |
| 20 | } |
| 21 | } |