opam-installer: use Dune 3
This commit is contained in:
parent
93df56918c
commit
97ea0e7236
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
ocamlPackages.buildDunePackage {
|
||||
pname = "opam-installer";
|
||||
|
||||
useDune2 = true;
|
||||
duneVersion = "3";
|
||||
|
||||
inherit (opam) version src;
|
||||
nativeBuildInputs = [ unzip ];
|
||||
|
|
Loading…
Reference in a new issue