Fork me on GitHub
#cursive
<
2020-04-01
>
steveb8n23:04:30

Q: I’ve got a deps.edn project with git deps and then some :override-deps local roots in a local dev alias. I cannot figure out how to add/import a module for these override deps. Is this supported? I don’t really have a choice in this config due to the way Datomic Ion deploys support deps.

steveb8n23:04:46

ah: I found that I can manually add a module, choosing the correct dir and undoing the changes made by the IDE after it was created. a bit hacky but it works

cfleming10:04:37

So you want to add a module from a local deps root, basically? You should be able to right-click it in the project pane and select “Add as deps project”, or use the + icon in the deps toolwindow and select the deps.edn manually.

steveb8n22:04:03

yes: using the + icon from the deps window did work. and, naturally, I found the docs for this after you explained to me. thx