Reduce dune version to work with Nix 23.11

This commit is contained in:
Bryan Bennett 2024-01-26 07:28:59 -05:00 committed by Bryan Bennett
parent 02a4503106
commit 98c3131f7f
No known key found for this signature in database
GPG key ID: EE149E4215408DE9
4 changed files with 3 additions and 4 deletions

View file

@ -1 +0,0 @@
/nix/store/y3cj5g3rd064bxpi3r2i1k2nzhk9qrdw-pre-commit-config.json

View file

@ -1,4 +1,4 @@
(lang dune 3.12) (lang dune 3.11)
(name flake_env) (name flake_env)
(generate_opam_files true) (generate_opam_files true)

View file

@ -1,2 +1,2 @@
(lang dune 3.12) (lang dune 3.11)
(instrument_with bisect_ppx) (instrument_with bisect_ppx)

View file

@ -10,7 +10,7 @@ doc: "https://git.sr.ht/~bryan_bennett/flake_env"
bug-reports: "https://todo.sr.ht/~bryan_bennett/flake_env" bug-reports: "https://todo.sr.ht/~bryan_bennett/flake_env"
depends: [ depends: [
"ocaml" "ocaml"
"dune" {>= "3.12"} "dune" {>= "3.11"}
"odoc" {with-doc} "odoc" {with-doc}
] ]
build: [ build: [