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.

just static: fully static builds through a pinned nimstatic 078b24d · on 078b24dbbccfc6398e79e462f582be5437dda703 · nandi · 7h ago
nimstatic · 22 lines · 678 BText Blame HistoryRaw
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
#!/usr/bin/env dotslash

// nimstatic, pinned. `just static` runs this; DotSlash fetches it on first use,
// verifies the hash and caches it. The URL names a commit rather than a branch,
// so it can never change under us.
{
  "name": "nimstatic",
  "platforms": {
    "linux-x86_64": {
      "size": 1726368,
      "hash": "sha256",
      "digest": "8cd024a96a0d47d148576d730c11e2c81cdebde777389f08f8bd7faa59a9e185",
      "format": "xz",
      "path": "nimstatic-0.1.0-x86_64-linux",
      "providers": [
        {
          "url": "https://rickub.com/nandi/nimstatic/raw/7e028dad26624a2648439fb91b76967f81666fc5/nimstatic-0.1.0-x86_64-linux.xz"
        }
      ]
    }
  }
}