Search code examples
nim-langnimble-nim

Pythonic pip freeze in Nim or how to list installed packages?


How to pip freeze command looks for Nim's package manager nimble ?


Solution

  • For freezing with nimble command :

    nimble list --installed
    

    or

    nimble list -i