feat (shells/why3-dev): menhir-lsp

This commit is contained in:
Henri Saudubray 2026-01-22 10:17:38 +01:00
parent ffa3c9697d
commit 23aaa96938
Signed by: hms
GPG key ID: 7065F57ED8856128
2 changed files with 47 additions and 0 deletions

View file

@ -14,6 +14,7 @@
devShells."${system}".default =
let
pkgs = import nixpkgs { inherit system; };
menhir-lsp = pkgs.callPackage ./menhir-lsp.nix (pkgs // pkgs.ocamlPackages);
in
pkgs.mkShell {
packages = with pkgs; [
@ -32,6 +33,7 @@
# alt-ergo
cvc5
z3
menhir-lsp
];
};
};