Add merlin to the devshell, because I use emacs

This commit is contained in:
2025-12-08 22:37:48 +03:00
parent fb47e6ecdd
commit 34aeabdd99

View File

@@ -17,7 +17,11 @@
nativeBuildInputs = with pkgs; [ nativeBuildInputs = with pkgs; [
ocamlPackages.menhir ocamlPackages.menhir
]; ];
};
devShells.x86_64-linux.default = pkgs.mkShell {
nativeBuildInputs = with pkgs.ocamlPackages; [
menhir merlin dune_3
];
}; };
}; };
} }