mirror of
https://github.com/codex-storage/nim-codex-dht.git
synced 2025-01-10 11:55:49 +00:00
d4331f8062
* Remove Nimbus * adds docs for Nimble 0.14 * cleanup
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
|