diff options
| author | Vincent Laporte | 2018-05-29 08:27:41 +0000 |
|---|---|---|
| committer | Vincent Laporte | 2018-05-29 08:41:07 +0000 |
| commit | 4c01c6101edad8580061102be2b411835fa8b0e5 (patch) | |
| tree | e1aa43003eda97757f7ff66e5db05d96ae0a907f | |
| parent | 0a936017ee420ef4af82c9bf32c200ad7a7277bb (diff) | |
[default.nix] Use OCaml 4.06
| -rw-r--r-- | default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/default.nix b/default.nix index 874ca7bb54..c80ae15977 100644 --- a/default.nix +++ b/default.nix @@ -22,7 +22,7 @@ # a symlink to where Coq was installed. { pkgs ? (import <nixpkgs> {}) -, ocamlPackages ? pkgs.ocamlPackages +, ocamlPackages ? pkgs.ocaml-ng.ocamlPackages_4_06 , buildIde ? true , buildDoc ? true , doCheck ? true |
