add sbt to dev-env (#964)

This commit is contained in:
Gary Verhaegen 2019-05-07 14:27:38 +01:00 committed by Leonid Shlyapnikov
parent 6ac1e5cf28
commit 9ec0fad2a8
2 changed files with 2 additions and 0 deletions

1
dev-env/bin/sbt Symbolic link
View File

@ -0,0 +1 @@
../lib/dade-exec-nix-tool

View File

@ -96,6 +96,7 @@ in rec {
scalac = scala;
scaladoc = scala;
scalap = scala;
sbt = pkgs.sbt;
coursier = pkgs.coursier;
scalafmt = pkgs.scalafmt.override { jre = jdk; };