nandi/freeqsay-nimpublic Fork 0
078b24dbbccfc6398e79e462f582be5437dda703
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 · 22 lines · 678 BText 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,
4// verifies the hash and caches it. The URL names a commit rather than a branch,
5// so it can never change under us.
6{
7 "name": "nimstatic",
8 "platforms": {
9 "linux-x86_64": {
10 "size": 1726368,
11 "hash": "sha256",
12 "digest": "8cd024a96a0d47d148576d730c11e2c81cdebde777389f08f8bd7faa59a9e185",
13 "format": "xz",
14 "path": "nimstatic-0.1.0-x86_64-linux",
15 "providers": [
16 {
17 "url": "https://rickub.com/nandi/nimstatic/raw/7e028dad26624a2648439fb91b76967f81666fc5/nimstatic-0.1.0-x86_64-linux.xz"
18 }
19 ]
20 }
21 }
22}