From cb3db5040e07a3d27271369dc07094682d5688f4 Mon Sep 17 00:00:00 2001 From: Rudi Grinberg Date: Tue, 25 Jun 2024 03:11:15 +0100 Subject: [PATCH] chore(nix): improve formatting Signed-off-by: Rudi Grinberg --- flake.nix | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/flake.nix b/flake.nix index eb9b5a914..24602aa12 100644 --- a/flake.nix +++ b/flake.nix @@ -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 { @@ -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 ];