mirror of
https://git.sr.ht/~bryan_bennett/flake_env
synced 2025-12-16 14:41:24 +01:00
Reduce dune version to work with Nix 23.11
This commit is contained in:
parent
02a4503106
commit
98c3131f7f
4 changed files with 3 additions and 4 deletions
|
|
@ -1 +0,0 @@
|
|||
/nix/store/y3cj5g3rd064bxpi3r2i1k2nzhk9qrdw-pre-commit-config.json
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
(lang dune 3.12)
|
||||
(lang dune 3.11)
|
||||
|
||||
(name flake_env)
|
||||
(generate_opam_files true)
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
(lang dune 3.12)
|
||||
(lang dune 3.11)
|
||||
(instrument_with bisect_ppx)
|
||||
|
|
@ -10,7 +10,7 @@ doc: "https://git.sr.ht/~bryan_bennett/flake_env"
|
|||
bug-reports: "https://todo.sr.ht/~bryan_bennett/flake_env"
|
||||
depends: [
|
||||
"ocaml"
|
||||
"dune" {>= "3.12"}
|
||||
"dune" {>= "3.11"}
|
||||
"odoc" {with-doc}
|
||||
]
|
||||
build: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue