nim-serde/config.nims
Mark Spanbroek 6f89359258
chore: add nimble lock
Signed-off-by: Mark Spanbroek <mark@spanbroek.net>
2025-10-28 09:46:32 +01:00

9 lines
194 B
Nim

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