summaryrefslogtreecommitdiff
path: root/devenv.nix
diff options
context:
space:
mode:
Diffstat (limited to 'devenv.nix')
-rw-r--r--devenv.nix7
1 files changed, 5 insertions, 2 deletions
diff --git a/devenv.nix b/devenv.nix
index f5fd37b..3db693c 100644
--- a/devenv.nix
+++ b/devenv.nix
@@ -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
]);
}