nandi/freeqsay-nimpublic Fork 0
main
Commits
Clone
git clone https://git.rickub.com/nandi/freeqsay-nim.git
git clone ssh://git@rickub.com/nandi/freeqsay-nim.git

Host key fingerprint (ed25519): SHA256:iycHnxEyq0Q7uyVpB7JlznP0G7JrTPXLYRcAU5CSLhc — verify it before your first connect.

nimstatic · 21 lines · 620 BGDScript3 Blame HistoryRaw
just static: fully static builds through a pinned nimstatic 078b24d nandi 9h ago1#!/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 3h ago4// verifies the hash and caches it. Built by nimstatic's own release workflow.
just static: fully static builds through a pinned nimstatic 078b24d nandi 9h ago5{
6 "name": "nimstatic",
7 "platforms": {
8 "linux-x86_64": {
Point the nimstatic pin at a release asset ed15d1f nandi 3h ago9 "size": 1706504,
just static: fully static builds through a pinned nimstatic 078b24d nandi 9h ago10 "hash": "sha256",
Point the nimstatic pin at a release asset ed15d1f nandi 3h ago11 "digest": "7b6855a7641bd164a1517063554dc6f23dc270b273d8c1697fa18f3975861647",
just static: fully static builds through a pinned nimstatic 078b24d nandi 9h ago12 "format": "xz",
Point the nimstatic pin at a release asset ed15d1f nandi 3h ago13 "path": "nimstatic-0.1.5-x86_64-linux",
just static: fully static builds through a pinned nimstatic 078b24d nandi 9h ago14 "providers": [
15 {
Point the nimstatic pin at a release asset ed15d1f nandi 3h ago16 "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 9h ago17 }
18 ]
19 }
20 }
21}