mirror of
https://github.com/codex-storage/nim-codex-dht.git
synced 2025-01-10 11:55:49 +00:00
9ae0bfb1c3
* make encryption scheme explicit * supress compiler noise * make `nimble install` without `-d` work * move `libp2p_pki_schemes=secp256k1` to config.nims * fix include
11 lines
227 B
Nim
11 lines
227 B
Nim
|
|
switch("define", "libp2p_pki_schemes=secp256k1")
|
|
|
|
include "build.nims"
|
|
|
|
# begin Nimble config (version 2)
|
|
--noNimblePath
|
|
when withDir(thisDir(), system.fileExists("nimble.paths")):
|
|
include "nimble.paths"
|
|
# end Nimble config
|