Re: [Nix-dev] Build a derivation using sbt

2017-05-08 Thread Teo Klestrup
Oops, meant to reply to all, heh. Still not used to posting here too
often..

On 6 May 2017 12:23 AM, "Teo Klestrup Röijezon"  wrote:

> Hi,
>
> Sbtix (https://github.com/teozkr/Sbtix, disclaimer: mine :p) is far from
> perfect, but might be a decent starting point. It runs SBT as usual, but
> makes Nix download your dependencies, which means that they can be cached
> between builds.
>
> Of course, feedback is always welcome.
>
> There is also the older sbt2nix project (https://github.com/charleso/
> sbt2nix), which replaces SBT entirely. That means a faster build, but SBT
> plugins won't work.
>
> // Teo
>
> On 6 May 2017 at 00:14, Volth  wrote:
>
>> Hello
>>
>> Anyone tried to build a derivation using sbt ?
>> I found no one such project in nixpkgs.
>>
>> sbt feels very bad running under "nixbld1", it needs to create ~/.sbt
>> ~/.ivy and to download tons of jars there...
>> ___
>> nix-dev mailing list
>> nix-dev@lists.science.uu.nl
>> https://mailman.science.uu.nl/mailman/listinfo/nix-dev
>>
>>
>
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-dev


Re: [Nix-dev] Build a derivation using sbt

2017-05-08 Thread Utku Demir
I haven't used it, but there is [sbtix][1].

[1]: https://github.com/teozkr/Sbtix

-- 
  Utku Demir
  m...@utdemir.com

On Sat, May 6, 2017, at 10:14 AM, Volth wrote:
> Hello
> 
> Anyone tried to build a derivation using sbt ?
> I found no one such project in nixpkgs.
> 
> sbt feels very bad running under "nixbld1", it needs to create ~/.sbt
> ~/.ivy and to download tons of jars there...
> ___
> nix-dev mailing list
> nix-dev@lists.science.uu.nl
> https://mailman.science.uu.nl/mailman/listinfo/nix-dev
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-dev


Re: [Nix-dev] Build a derivation using sbt

2017-05-05 Thread Graham Christensen
There is a project called sbtix you might look at:

https://github.com/teozkr/sbtix

I found the author very helpful when I got stuck.

Grahan
On Fri, May 5, 2017 at 6:14 PM Volth  wrote:

> Hello
>
> Anyone tried to build a derivation using sbt ?
> I found no one such project in nixpkgs.
>
> sbt feels very bad running under "nixbld1", it needs to create ~/.sbt
> ~/.ivy and to download tons of jars there...
> ___
> nix-dev mailing list
> nix-dev@lists.science.uu.nl
> https://mailman.science.uu.nl/mailman/listinfo/nix-dev
>
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-dev