questionable/config.nims

11 lines
214 B
Plaintext
Raw Normal View History

--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