chore: cleanup config.nims files

This commit is contained in:
Mark Spanbroek 2025-09-03 15:45:49 +02:00
parent 26b19140a1
commit 99b600f554
2 changed files with 1 additions and 14 deletions

View File

@ -1,10 +1,2 @@
--styleCheck:usages
--styleCheck:error
# begin Nimble config (version 1)
when fileExists("nimble.paths"):
include "nimble.paths"
# end Nimble config
when (NimMajor, NimMinor) >= (2, 0):
--mm:refc

View File

@ -1,7 +1,2 @@
switch("path", "..")
when (NimMajor, NimMinor) >= (1, 4):
switch("hint", "XCannotRaiseY:off")
when (NimMajor, NimMinor, NimPatch) >= (1, 6, 11):
switch("warning", "BareExcept:off")
--path:".."
--define:"chronicles_enabled:off"