summaryrefslogtreecommitdiff
path: root/devenv.nix
diff options
context:
space:
mode:
authorpolwex <polwex@sortug.com>2025-06-22 09:33:12 +0700
committerpolwex <polwex@sortug.com>2025-06-22 09:33:12 +0700
commit5f495c1d4ee624f9d24f03e50700e7d9a9305b73 (patch)
tree1362646881f0b8ace1fff3000d02ed028309cae9 /devenv.nix
parentba2ff10097f65c875a69bf052b5619316190038f (diff)
m
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
]);
}