Skip to content

Commit

Permalink
chore(nix): update flakes
Browse files Browse the repository at this point in the history
  • Loading branch information
anmonteiro committed Dec 9, 2024
1 parent 716d6e6 commit 96296b0
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 48 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ jobs:
- uses: cachix/install-nix-action@v30
with:
nix_path: nixpkgs=channel:nixos-unstable
- run: nix develop -c dune build @runtest @check
- run: nix develop -c dune build --root=. @runtest @check
54 changes: 10 additions & 44 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,14 @@
default = http;
http = pkg {
pname = "http";
propagatedBuildInputs = [ ppx_expect ];
checkInputs = [ alcotest base_quickcheck ppx_expect crowbar ];
};
cohttp = pkg {
pname = "cohttp";
checkInputs = [ fmt alcotest ];
propagatedBuildInputs = [
stringext http re uri uri-sexp logs sexplib0 ppx_sexp_conv
base64 stringext http re uri uri-sexp logs sexplib0 ppx_sexp_conv
];
};
cohttp-top = pkg {
Expand All @@ -56,8 +57,8 @@
};
cohttp-curl-lwt = pkg {
pname = "cohttp-curl-lwt";
checkInputs = [ cohttp-lwt-unix cohttp cohttp-lwt conduit-lwt ounit2 uri ];
propagatedBuildInputs = [ ocurl http stringext lwt ];
checkInputs = [ alcotest cohttp-lwt-unix cohttp cohttp-lwt conduit-lwt ounit2 uri ];
propagatedBuildInputs = [ ocurl cohttp-curl http stringext lwt ];
};
cohttp-curl-async = pkg {
pname = "cohttp-curl-async";
Expand Down

0 comments on commit 96296b0

Please sign in to comment.