Add Standard ML of NJ to the dev shell flake.
Signed-off-by: jmug <u.g.a.mariano@gmail.com>
This commit is contained in:
parent
fbdd3a9ce9
commit
915660c8a7
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
devShells.default = pkgs.mkShell {
|
devShells.default = pkgs.mkShell {
|
||||||
packages = with pkgs; [ ];
|
packages = with pkgs; [ smlnj ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue