lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

ocamlPackages.diet: use Dune 2

+2
+2
pkgs/development/ocaml-modules/diet/default.nix
··· 4 4 pname = "diet"; 5 5 version = "0.4"; 6 6 7 + useDune2 = true; 8 + 7 9 src = fetchurl { 8 10 url = 9 11 "https://github.com/mirage/ocaml-diet/releases/download/v${version}/diet-v${version}.tbz";