Skip to content

Instantly share code, notes, and snippets.

@dom96

dom96/nimble.nim Secret

Created October 26, 2016 17:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dom96/21692ee11d9f606bc06edd6be786c63f to your computer and use it in GitHub Desktop.
Save dom96/21692ee11d9f606bc06edd6be786c63f to your computer and use it in GitHub Desktop.
when dirExists("src"):
# In the git repository the Nimble sources are in a ``src`` directory.
import src/nimblepkg/common
else:
# When the package is installed, the ``src`` directory disappears.
import nimblepkg/common
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment