Add the millet sml lsp.
Signed-off-by: jmug <u.g.a.mariano@gmail.com>
This commit is contained in:
parent
33d8bac511
commit
e35bd4d0ab
1 changed files with 4 additions and 1 deletions
|
|
@ -18,7 +18,10 @@
|
|||
in
|
||||
{
|
||||
devShells.default = pkgs.mkShell {
|
||||
packages = with pkgs; [ smlnj ];
|
||||
packages = with pkgs; [
|
||||
smlnj
|
||||
millet
|
||||
];
|
||||
};
|
||||
}
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue