nim-leopard/config.nims

10 lines
225 B
Plaintext
Raw Normal View History

--styleCheck:usages
--styleCheck:error
2022-03-28 18:42:45 -06:00
--threads:on
--tlsEmulation:off
2025-12-10 22:11:55 +01:00
# begin Nimble config (version 2)
--noNimblePath
when withDir(thisDir(), system.fileExists("nimble.paths")):
2022-07-05 12:10:39 +03:00
include "nimble.paths"
# end Nimble config