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

Fix sbt.nix to download artifacts from Maven/Ivy #2

Closed
charleso opened this issue Aug 9, 2014 · 0 comments
Closed

Fix sbt.nix to download artifacts from Maven/Ivy #2

charleso opened this issue Aug 9, 2014 · 0 comments

Comments

@charleso
Copy link
Owner

charleso commented Aug 9, 2014

In particular introduce a nix-prefetch-sbt command that download of Maven/Ivy artifacts from a set of mirrors. Look at nix-prefetch-url and co. for inspiration.

We should be using sbt:// URL prefix for everything, which is then handled by nix-prefetch-sbt. This is important so we never rely on jars being kept a specific location (and so they can be mirrored/cached if necessary).

We may want to create separate issues for different commands that help with dev lifecycle (eg testing), although I suspect the biggest win will be to implement an SBT resolver (see #7)

Finally, remove the file attribute on artifact.

@charleso charleso changed the title Create common Nix library for consumption in generated output Fix sbt.nix to download artifacts from Maven/Ivy Aug 10, 2014
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

1 participant