2021-12-16 18:00:10 +00:00
|
|
|
# to allow locking
|
|
|
|
if dirExists("nimbledeps/pkgs"):
|
|
|
|
switch("NimblePath", "nimbledeps/pkgs")
|
2022-05-24 13:10:57 +00:00
|
|
|
|
|
|
|
when (NimMajor, NimMinor) > (1, 2):
|
2022-07-12 18:03:23 +00:00
|
|
|
switch("hint", "XCannotRaiseY:off")
|
|
|
|
# begin Nimble config (version 1)
|
|
|
|
when fileExists("nimble.paths"):
|
|
|
|
include "nimble.paths"
|
|
|
|
# end Nimble config
|