mirror of
https://github.com/codex-storage/nim-codex-dht.git
synced 2025-02-07 17:44:38 +00:00
9 lines
177 B
Nim
9 lines
177 B
Nim
|
|
include "build.nims"
|
|
|
|
# begin Nimble config (version 2)
|
|
--noNimblePath
|
|
when withDir(thisDir(), system.fileExists("nimble.paths")):
|
|
include "nimble.paths"
|
|
# end Nimble config
|