From 58c6b1f81cb6d69cb2ff3443ed79f88ba57de03a Mon Sep 17 00:00:00 2001 From: jmug Date: Fri, 24 Jan 2025 18:58:19 -0800 Subject: [PATCH] Add more flake packages Signed-off-by: jmug --- flake.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/flake.nix b/flake.nix index 3e5ea25..3b7a0ba 100644 --- a/flake.nix +++ b/flake.nix @@ -21,7 +21,12 @@ { devShells.default = pkgs.mkShell { packages = with pkgs; [ + dune_3 ocaml-pkgs.ocaml + ocaml-pkgs.ocamlPackages.utop + ocaml-pkgs.ocamlPackages.findlib + ocaml-pkgs.ocamlPackages.ocamlformat + ocaml-pkgs.ocamlPackages.ocaml-lsp ]; }; }