aboutsummaryrefslogtreecommitdiffstats
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index 7303d3b..5153395 100644
--- a/flake.nix
+++ b/flake.nix
@@ -15,7 +15,7 @@
devShell.x86_64-linux = pkgs.mkShell {
buildInputs = with pkgs;
[ ncoq
- dune_2
+ dune_3
gcc
ncoq.ocaml
ncoq.ocamlPackages.findlib
@@ -35,7 +35,7 @@
devShell.x86_64-darwin = dpkgs.mkShell {
buildInputs = with dpkgs;
[ dncoq
- dune_2
+ dune_3
gcc
dncoq.ocaml
dncoq.ocamlPackages.findlib