feat (shells/why3-dev): menhir-lsp
This commit is contained in:
parent
ffa3c9697d
commit
23aaa96938
2 changed files with 47 additions and 0 deletions
|
|
@ -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
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue