Skip to content

Commit

Permalink
chore(nix): improve formatting (#1053)
Browse files Browse the repository at this point in the history
Signed-off-by: Rudi Grinberg <[email protected]>
  • Loading branch information
rgrinberg authored Jun 28, 2024
1 parent 22f6633 commit 4dd0853
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,10 @@
cohttp-async = pkg {
pname = "cohttp-async";
checkInputs = [ mirage-crypto ounit2 ];
propagatedBuildInputs = [ http cohttp async_kernel async_unix async base
core core_unix conduit-async magic-mime logs fmt sexplib0 ppx_sexp_conv
uri uri-sexp ipaddr
propagatedBuildInputs = [
http cohttp async_kernel async_unix async base core core_unix
conduit-async magic-mime logs fmt sexplib0 ppx_sexp_conv uri
uri-sexp ipaddr
];
};
cohttp-lwt-unix = pkg {
Expand All @@ -101,7 +102,8 @@
};
cohttp-eio = pkg {
pname = "cohttp-eio";
checkInputs = [ alcotest eio_main mdx ppx_here
checkInputs = [
alcotest eio_main mdx ppx_here
tls-eio
mirage-crypto-rng-eio
];
Expand Down

0 comments on commit 4dd0853

Please sign in to comment.