nim-codex-dht/config.nims
Jaremy Creechley d1d7b4b724
Remove Nimbus
2023-07-13 20:47:42 -07:00

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