Add the millet sml lsp.

Signed-off-by: jmug <u.g.a.mariano@gmail.com>
This commit is contained in:
Mariano Uvalle 2024-12-18 15:38:31 -08:00
parent 33d8bac511
commit e35bd4d0ab

View file

@ -18,7 +18,10 @@
in
{
devShells.default = pkgs.mkShell {
packages = with pkgs; [ smlnj ];
packages = with pkgs; [
smlnj
millet
];
};
}
);