aboutsummaryrefslogtreecommitdiff
path: root/default.nix
diff options
context:
space:
mode:
authorVincent Laporte2020-01-15 10:00:30 +0100
committerVincent Laporte2020-01-15 10:01:18 +0100
commite69931170d2b460c30be1f54bb94043c0c001272 (patch)
tree994958a060e8dabd9f66f9b9e6954560b6332b4a /default.nix
parentc072c6d11a1ed5712e84d3e8da5172c3d162a2d4 (diff)
[Nix] Update reference to nixpkgs
This brings dune at version 2.1.2
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 cfadca54d2..3f9d0d56e9 100644
--- a/default.nix
+++ b/default.nix
@@ -42,7 +42,6 @@ stdenv.mkDerivation rec {
buildInputs = [
hostname
python3 time # coq-makefile timing tools
- dune
]
++ (with ocamlPackages; [ ocaml findlib num ])
++ optionals buildIde [
@@ -67,6 +66,7 @@ stdenv.mkDerivation rec {
[ jq curl gitFull gnupg ] # Dependencies of the merging script
++ (with ocamlPackages; [ merlin ocp-indent ocp-index utop ocamlformat ]) # Dev tools
++ [ graphviz ] # Useful for STM debugging
+ ++ [ dune_2 ] # Maybe the next build system
);
src =