lol
0
fork

Configure Feed

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

ocamlPackages.spelll: use Dune 2

+2
+2
pkgs/development/ocaml-modules/spelll/default.nix
··· 6 6 pname = "spelll"; 7 7 version = "0.3"; 8 8 9 + useDune2 = true; 10 + 9 11 src = fetchFromGitHub { 10 12 owner = "c-cube"; 11 13 repo = pname;