Sbtix
Sbtix copied to clipboard
Generates Nix definitions for your SBT builds
I checked out revision d261602a18ef7023333f5d18b56e452239170eec (`master` at the time of this wring) of this project and ran: ``` $ cd Sbtix $ nix-env --install --file . ... building path(s) ‘/nix/store/y0p8pfv543a0skn9fa914yx1ayic2lba-sbtix-0.2’...
I think it may be possible to have the genNix commands triggered by nix-build and only as needed. If we get a hash representing our list of dependencies and write...
As @Ma27 said in https://github.com/teozkr/Sbtix/pull/26#issuecomment-315321196, not everyone can (Windows users) or wants to use Nix (yet, hopefully). Thus, being able to generate Nix builds without having it installed would help...
This is an attempt to fix #34. Currently (as of 46ce1b7) everything compiles, but `nix-build` fails because it's unable to locate the `test-jar` artifact of `"org.apache.logging.log4j" % "log4j-core" % "2.8.1"`....
@teozkr thx for the guidance and since i am on that path i decided to push this forward later this week. Current state of affairs #34 : ``` [info] Compiling...