Nimble path and local packages list

2020-10-14 Thread shashlick
Nimble caches the package list locally in $nimbleDir. That's why you see `/home/user/.nimble/packages_localpackges.json`. See [here](https://github.com/nim-lang/nimble/blob/f4c818a046c2c3ceb1523c4c974e4b6e625d8ca3/src/nimblepkg/packageinfo.nim#L179). You can verify that this file is a copy of th

Nimble path and local packages list

2020-10-14 Thread Clonk
Hi, I'm trying to add packages to nimble. According to the`readme <[https://github.com/nim-lang/nimble#nimble-path>`](https://github.com/nim-lang/nimble#nimble-path>`)_ , having a config file located in `/home/user/.config/nimble/nimble.ini` such as : [PackageList] name=Loca