localdev: remove scala

unused surface area.
This commit is contained in:
2023-12-12 13:03:20 +02:00
committed by Motiejus Jakštys
parent c0c14a6806
commit 1399f7c158
2 changed files with 0 additions and 144 deletions

View File

@@ -22,10 +22,6 @@
zigpkgs."0.11.0"
sbt
scala_2_12
metals
coursier
]
else []
)
@@ -83,14 +79,7 @@
if fullDesktop
then [
vim-go
zig-vim
vim-vsnip
cmp-nvim-lsp
nvim-cmp
nvim-metals
plenary-nvim
]
else []
);
@@ -101,8 +90,6 @@
builtins.readFile
(pkgs.substituteAll {
src = ./dev.lua;
javaHome = pkgs.jdk.home;
inherit (pkgs) metals;
inherit (pkgs) gotools;
})
.outPath;