mirror of
https://github.com/codex-storage/nim-libp2p.git
synced 2025-01-12 20:14:09 +00:00
11 lines
281 B
Nim
11 lines
281 B
Nim
# to allow locking
|
|
if dirExists("nimbledeps/pkgs"):
|
|
switch("NimblePath", "nimbledeps/pkgs")
|
|
|
|
when (NimMajor, NimMinor) > (1, 2):
|
|
switch("hint", "XCannotRaiseY:off")
|
|
# begin Nimble config (version 1)
|
|
when fileExists("nimble.paths"):
|
|
include "nimble.paths"
|
|
# end Nimble config
|