diff options
Diffstat (limited to 'devenv.nix')
-rw-r--r-- | devenv.nix | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -14,14 +14,17 @@ in { git pkg-config ]) - ++ (with oopkgs; [ocaml opam dune_3]) - ++ (with opkgs; [ + ++ (with pkgs; [ocaml opam dune_3]) + # ++ (with opkgs; [ + ++ (with pkgs.ocamlPackages; [ base + base_trie core utop ocamlformat csv ocaml-lsp + uunf uuseg ]); } |