mirror of
https://github.com/status-im/nim-libp2p.git
synced 2025-02-23 18:18:11 +00:00
9 lines
207 B
Nim
9 lines
207 B
Nim
# to allow locking
|
|
if dirExists("nimbledeps/pkgs"):
|
|
switch("NimblePath", "nimbledeps/pkgs")
|
|
|
|
# begin Nimble config (version 1)
|
|
when fileExists("nimble.paths"):
|
|
include "nimble.paths"
|
|
# end Nimble config
|