lol

ocamlPackages.dispatch: use Dune 3

+1 -1
+1 -1
pkgs/development/ocaml-modules/dispatch/default.nix
··· 4 4 pname = "dispatch"; 5 5 version = "0.5.0"; 6 6 7 - useDune2 = true; 7 + duneVersion = "3"; 8 8 9 9 src = fetchFromGitHub { 10 10 owner = "inhabitedtype";