init: project attempting to use scala-cli

This commit is contained in:
efim
2023-06-25 13:02:47 +00:00
parent 2727bbc4e6
commit 43ed6c456d
9 changed files with 19 additions and 9 deletions

View File

@@ -10,6 +10,7 @@
{
devShells.default = pkgs.mkShell {
buildInputs = [
pkgs.scala-cli
pkgs.sbt
pkgs.scalafmt
];