Skip to content

Commit fba37b8

Browse files
committed
add sbt to flake
1 parent aac846d commit fba37b8

File tree

4 files changed

+11
-24
lines changed

4 files changed

+11
-24
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ local.properties
188188
.cache-main
189189
.scala_dependencies
190190
.worksheet
191+
metals.sbt
191192

192193
# Uncomment this line if you wish to ignore the project description file.
193194
# Typically, this file would be tracked if it contains build/dependency configurations:

flake.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
# Equivalent to inputs'.nixpkgs.legacyPackages.hello;
2525
# packages.default = pkgs.hello;
2626
devShells.default = pkgs.mkShell {
27-
buildInputs = with pkgs; [ jdk21 scala-cli metals scalafmt ];
27+
buildInputs = with pkgs; [ jdk21 scala-cli metals scalafmt sbt ];
2828
};
2929
};
3030
flake = {

project/project/metals.sbt

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)