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:
Mariano Uvalle 2024-12-18 14:56:27 -08:00
parent fbdd3a9ce9
commit 915660c8a7

View file

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