diff options
author | polwex <polwex@sortug.com> | 2025-06-22 09:33:12 +0700 |
---|---|---|
committer | polwex <polwex@sortug.com> | 2025-06-22 09:33:12 +0700 |
commit | 5f495c1d4ee624f9d24f03e50700e7d9a9305b73 (patch) | |
tree | 1362646881f0b8ace1fff3000d02ed028309cae9 /devenv.nix | |
parent | ba2ff10097f65c875a69bf052b5619316190038f (diff) |
m
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 ]); } |