Skip to content

Add support for passing -Sdeps overrides#50

Merged
julienvincent merged 1 commit into
masterfrom
jv/ref-vzzkmytppnkl
May 25, 2026
Merged

Add support for passing -Sdeps overrides#50
julienvincent merged 1 commit into
masterfrom
jv/ref-vzzkmytppnkl

Conversation

@julienvincent

Copy link
Copy Markdown
Contributor

Currently there is no supported way of using kmono's Sdeps overrides and providing additional user-overrides.

You might want to do something like:

kmono clojure -A -- -Sdeps '{}'

But this will just replace all the kmono-generated Sdeps.


This patch fixes the problem by providing a first-class --sdeps -D command which will be deep-merged with the kmono-generated deps.

Currently there is no supported way of using kmono's Sdeps overrides
_and_ providing additional user-overrides.

You might want to do something like:

```bash
kmono clojure -A -- -Sdeps '{}'
```

But this will just _replace_ all the kmono-generated Sdeps.

---

This patch fixes the problem by providing a first-class `--sdeps -D`
command which will be deep-merged with the kmono-generated deps.
@julienvincent julienvincent merged commit 6183704 into master May 25, 2026
16 checks passed
@julienvincent julienvincent deleted the jv/ref-vzzkmytppnkl branch May 25, 2026 10:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant