mirror of
https://github.com/logos-storage/questionable.git
synced 2026-01-02 13:53:11 +00:00
11 lines
214 B
Nim
11 lines
214 B
Nim
--styleCheck:usages
|
|
if (NimMajor, NimMinor) < (1, 6):
|
|
--styleCheck:hint
|
|
else:
|
|
--styleCheck:error
|
|
|
|
# begin Nimble config (version 1)
|
|
when fileExists("nimble.paths"):
|
|
include "nimble.paths"
|
|
# end Nimble config
|