Skip to content

Commit

Permalink
nix: add quick coq dev shell
Browse files Browse the repository at this point in the history
Signed-off-by: Ali Caglayan <[email protected]>

ps-id: 2e5cebbd-d0d1-4ef8-a7b6-9308d5f2a308
  • Loading branch information
Alizter committed Nov 12, 2022
1 parent 73f6316 commit 5938b6c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,15 @@
];
};

devShells.coq =
pkgs.mkShell {
inputsFrom = [ pkgs.dune_3 ];
buildInputs = with pkgs; [
coq_8_16
coq_8_16.ocamlPackages.findlib
];
};

devShells.default =
pkgs.mkShell {
nativeBuildInputs = [ pkgs.opam ];
Expand Down

0 comments on commit 5938b6c

Please sign in to comment.