diff options
Diffstat (limited to 'config/nim.cfg')
-rw-r--r-- | config/nim.cfg | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/nim.cfg b/config/nim.cfg index b8608b3ce..93b847784 100644 --- a/config/nim.cfg +++ b/config/nim.cfg @@ -44,6 +44,11 @@ path="$lib/pure" @if nimbabel: nimblepath="$home/.nimble/pkgs/" + @if not windows: + nimblepath="/opt/nimble/pkgs/" + @else: + # TODO: + @end @end @if release or quick: |