summary refs log tree commit diff stats
path: root/config
diff options
context:
space:
mode:
authorNick Greenfield <boyd.greenfield@gmail.com>2014-10-23 18:01:39 -0700
committerNick Greenfield <boyd.greenfield@gmail.com>2014-10-23 18:01:39 -0700
commit9025e89fb91353a1ded538b587b2e26848122460 (patch)
tree70002c8b8e20dc9d407b53e6bed95f4af1263e6b /config
parent201d3c9ed0dac94a337f23416c556b45f7fc1138 (diff)
downloadNim-9025e89fb91353a1ded538b587b2e26848122460.tar.gz
Add nimblepath so Nim can find Nimble-installed packages out-of-the-box
Diffstat (limited to 'config')
-rw-r--r--config/nim.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/nim.cfg b/config/nim.cfg
index b0a1ff81b..6ec32cb7b 100644
--- a/config/nim.cfg
+++ b/config/nim.cfg
@@ -40,6 +40,7 @@ path="$lib/pure/unidecode"
 
 @if nimbabel:
   babelpath="$home/.babel/pkgs/"
+  nimblepath="$home/.nimble/pkgs/"
 @end
 
 @if release or quick: