Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

passthru attribute is not passed through #13

Closed
avdv opened this issue Oct 29, 2022 · 1 comment
Closed

passthru attribute is not passed through #13

avdv opened this issue Oct 29, 2022 · 1 comment

Comments

@avdv
Copy link

avdv commented Oct 29, 2022

I am trying to migrate to version 2.

In my project I am using

passthru = { exePath = "/bin/scalals"; }

and it was working fine. After upgrading to sbt.lib.mkSbtDerivation it is no longer working.

Looking into https://github.com/zaninime/sbt-derivation/blob/master/lib/sbt-derivation.nix I can see that the passthru argument is never actually used, and the passthru attribute of the args is always overriden to just { dependencies = dependencies; } here:

passthru.dependencies = dependencies;

@zaninime
Copy link
Owner

zaninime commented Nov 1, 2022

Thanks for the report! Should be good to go now.

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

No branches or pull requests

2 participants