aboutsummaryrefslogtreecommitdiffhomepage
path: root/default.nix
diff options
context:
space:
mode:
authorGravatar Vincent Laporte <Vincent.Laporte@gmail.com>2018-05-29 08:27:41 +0000
committerGravatar Vincent Laporte <Vincent.Laporte@gmail.com>2018-05-29 08:41:07 +0000
commit4c01c6101edad8580061102be2b411835fa8b0e5 (patch)
treee1aa43003eda97757f7ff66e5db05d96ae0a907f /default.nix
parent0a936017ee420ef4af82c9bf32c200ad7a7277bb (diff)
[default.nix] Use OCaml 4.06
Diffstat (limited to 'default.nix')
-rw-r--r--default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/default.nix b/default.nix
index 874ca7bb5..c80ae1597 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