Skip to content

Commit

Permalink
Merge pull request #730 from coq-community/dev-shells
Browse files Browse the repository at this point in the history
Fix dev shells in flake
  • Loading branch information
rtetley authored Feb 15, 2024
2 parents cd14130 + 7e02feb commit f393495
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -143,13 +143,15 @@

devShells.vscoq-language-server-coq-8-18 =
with import nixpkgs { inherit system; };
let ocamlPackages = ocaml-ng.ocamlPackages_4_14; in
mkShell {
buildInputs =
self.packages.${system}.vscoq-language-server-coq-8-18.buildInputs;
};

devShells.vscoq-language-server-coq-8-19 =
with import nixpkgs { inherit system; };
let ocamlPackages = ocaml-ng.ocamlPackages_4_14; in
mkShell {
buildInputs =
self.packages.${system}.vscoq-language-server-coq-8-19.buildInputs;
Expand All @@ -168,6 +170,7 @@

devShells.default =
with import nixpkgs { inherit system; };
let ocamlPackages = ocaml-ng.ocamlPackages_4_14; in
mkShell {
buildInputs =
self.packages.${system}.vscoq-language-server-coq-8-19.buildInputs
Expand Down

0 comments on commit f393495

Please sign in to comment.