Allow 'nim' in dependency list & more s/nimrod/nim/

This commit is contained in:
Dominik Picheta 2014-12-26 00:49:34 +00:00
commit f151d4bcca
2 changed files with 7 additions and 6 deletions

View file

@ -8,6 +8,7 @@ type
TConfig* = object
nimbleDir*: string
chcp*: bool # Whether to change the code page in .cmd files on Win.
proc initConfig(): TConfig =
if getNimrodVersion() > newVersion("0.9.6"):