fmt
This commit is contained in:
parent
e788a09be9
commit
bf45826289
25 changed files with 57 additions and 31 deletions
|
@ -25,7 +25,8 @@
|
|||
scala = pkgs.scala_3;
|
||||
|
||||
buildTools = with pkgs; [ sbt ];
|
||||
in {
|
||||
in
|
||||
{
|
||||
devShells = {
|
||||
default = mkShell {
|
||||
buildInputs = [ scala ] ++ buildTools;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue