aboutsummaryrefslogtreecommitdiffstats
path: root/flake.nix
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2022-08-04 00:47:46 +0100
committerYann Herklotz <git@yannherklotz.com>2022-08-04 00:47:46 +0100
commitd43f57ea8df27684bd2ad094998655066fdba99c (patch)
tree39761a646a9fb0001104bf2a1259ffb793dac7cc /flake.nix
parent3c33ec31c5a8575c705c7d54de8a02b1f0bbbdc5 (diff)
downloadvericert-d43f57ea8df27684bd2ad094998655066fdba99c.tar.gz
vericert-d43f57ea8df27684bd2ad094998655066fdba99c.zip
Add back changes to Abstr
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