summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpolwex <polwex@sortug.com>2025-06-27 17:50:58 +0700
committerpolwex <polwex@sortug.com>2025-06-27 17:50:58 +0700
commit06f991b48dba9f83eebf60342ff200606d4cd89d (patch)
tree8ed10ae77b7fe74dc58ce22cc1651cba05fee0d5
parentbb7dc3a79da576dbb438a599de97220db8364505 (diff)
YES
-rw-r--r--flake.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index ea0d8b1..d17ff6f 100644
--- a/flake.nix
+++ b/flake.nix
@@ -20,6 +20,7 @@
(final: prev: {
# This ensures we consistently use one version of ocaml packages
ocamlPackages = prev.ocaml-ng.ocamlPackages_5_3;
+ ocaml = prev.ocaml-ng.ocamlPackages_5_3.ocaml;
})
];
};
@@ -99,6 +100,7 @@
pkgs.sqlite
pkgs.dune_3
pkgs.ocaml
+
pkgs.opam
findlib
ocaml-lsp