nim-serde/config.nims
markspanbroek 60fcbdab3c
Update chronicles (#33)
* chore: allow for newer versions of chronicles

Signed-off-by: Mark Spanbroek <mark@spanbroek.net>

* chore: add nimble lock

Signed-off-by: Mark Spanbroek <mark@spanbroek.net>

* chore!: no longer support nim 1.6.x

Signed-off-by: Mark Spanbroek <mark@spanbroek.net>

* fix: make tests work with nimble lock file

Signed-off-by: Mark Spanbroek <mark@spanbroek.net>

---------

Signed-off-by: Mark Spanbroek <mark@spanbroek.net>
2025-10-29 09:23:36 +11: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