nim-libp2p/config.nims

9 lines
207 B
Plaintext
Raw Normal View History

# to allow locking
if dirExists("nimbledeps/pkgs"):
switch("NimblePath", "nimbledeps/pkgs")
2022-05-24 15:10:57 +02:00
2022-07-12 21:03:23 +03:00
# begin Nimble config (version 1)
when fileExists("nimble.paths"):
include "nimble.paths"
# end Nimble config