lol
0
fork

Configure Feed

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

ocamlPackages.mirage-unix: use Dune 2

authored by

Vincent Laporte and committed by
Vincent Laporte
0e6f0204 5e76b77f

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