mirror of
https://github.com/codex-storage/nim-codex-dht.git
synced 2025-02-14 12:57:21 +00:00
- changed the CI to use prebuild nimble binary and to use lock file. - the nim version is determined by the lock file - there were some packages that have version range but at the same time corresponding versions were not tagged at the repo. I have hardcoded the version of the package commit. Later when the version is tagged in the source repo the version range can be returned.
8 lines
204 B
Nim
8 lines
204 B
Nim
switch("define", "libp2p_pki_schemes=secp256k1")
|
|
|
|
# begin Nimble config (version 2)
|
|
--noNimblePath
|
|
when withDir(thisDir(), system.fileExists("nimble.paths")):
|
|
include "nimble.paths"
|
|
# end Nimble config
|