nim-leopard/config.nims
2025-12-10 22:31:55 +01:00

10 lines
225 B
Nim

--styleCheck:usages
--styleCheck:error
--threads:on
--tlsEmulation:off
# begin Nimble config (version 2)
--noNimblePath
when withDir(thisDir(), system.fileExists("nimble.paths")):
include "nimble.paths"
# end Nimble config