Reputation: 365
How to pip freeze command looks for Nim's package manager nimble ?
pip freeze
Upvotes: 0
Views: 126
For freezing with nimble command :
nimble list --installed
or
nimble list -i
Upvotes: 2