2022-08-03 15:20:33 +02:00
|
|
|
--styleCheck:usages
|
|
|
|
|
if (NimMajor, NimMinor) < (1, 6):
|
|
|
|
|
--styleCheck:hint
|
|
|
|
|
else:
|
|
|
|
|
--styleCheck:error
|
|
|
|
|
|
2022-07-12 21:34:52 +03:00
|
|
|
# begin Nimble config (version 1)
|
|
|
|
|
when fileExists("nimble.paths"):
|
|
|
|
|
include "nimble.paths"
|
|
|
|
|
# end Nimble config
|