Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(nix): improve formatting #1053

Merged
merged 1 commit into from
Jun 28, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading