let Nim support Nimble 0.14 with lock-file support [backport:1.6] (#19236)

(cherry picked from commit 908fc2a22e)
This commit is contained in:
Andreas Rumpf
2021-12-10 17:13:48 +01:00
committed by narimiran
parent b7a0c08b4f
commit a3b370fa87
2 changed files with 6 additions and 0 deletions

View File

@@ -44,10 +44,12 @@ path="$lib/core"
path="$lib/pure"
@if not windows:
nimblepath="/opt/nimble/pkgs2/"
nimblepath="/opt/nimble/pkgs/"
@else:
# TODO:
@end
nimblepath="$home/.nimble/pkgs2/"
nimblepath="$home/.nimble/pkgs/"
# Syncronize with compiler/commands.specialDefine