-
Notifications
You must be signed in to change notification settings - Fork 12
Copy manual-repo.nix
to baseDirectory.value
#29
Copy manual-repo.nix
to baseDirectory.value
#29
Conversation
@teozkr that's odd: when running |
Seems like Travis had some connection issues, retrying the build now. |
@teozkr still failing. Will try to investigate in the next time :-) |
503f88c
to
9367422
Compare
@teozkr I found the root cause of the issue:
Seems as the |
3ffcef2
to
7de893c
Compare
Huh, yeah, that's odd. Seems like it's unable to reach Maven Central? But that makes no sense, since it's able to download everything else... |
Seems like it was a temporary network issue, since Travis succeeded now without any changes. Sorry about the slow response. |
ok, nice :-) I'm currently on vacation, but I'll try to prepare a patch after that for #27 :-) |
btw @teozkr do we want to publish a release before working on getting rid of Nix as explicit dependency? Furthermore I'd like to ask if it's okay to add |
Yeah, probably. As long as we don't commit to any stability guarantee yet...
Yeah, originally the plan was to try to get this into Nixpkgs once I was happy about the API. That said, #27 will mean that we don't need a separate command anymore, so is it worth pestering the Nixpkgs maintainers over what will (hopefully) be deprecated in 0.3 anyway? |
agreed. I think think we should push a
I have to disagree with you in that case: the If you're fine with it, I'd open a PR on |
Oh, you want to merge |
ah I'm sorry, I meant |
True, but #27 would mean removing |
fair enough. I was unsure whether to keep the scripts as shortcuts or provide SBT plugins as the only possibe approach to install. |
This change contains the last feature I requested in #23
This patch contains a very basic implementation by just copying the
manual-repo.nix
if nomanual-repo.nix
is present already.It can be modified after that as
SBTix
doesn't keep track of its changes. However we might want to evaluate a better long-term solution during the work on #27