opam-installer: use Dune 3

This commit is contained in:
Vincent Laporte 2023-01-15 08:55:33 +01:00
parent 93df56918c
commit 97ea0e7236
No known key found for this signature in database
GPG Key ID: EBD582ADDDB1F81F

View File

@ -3,7 +3,7 @@
ocamlPackages.buildDunePackage {
pname = "opam-installer";
useDune2 = true;
duneVersion = "3";
inherit (opam) version src;
nativeBuildInputs = [ unzip ];