Skip to content

Commit 96296b0

Browse files
committed
chore(nix): update flakes
1 parent 716d6e6 commit 96296b0

File tree

3 files changed

+15
-48
lines changed

3 files changed

+15
-48
lines changed

.github/workflows/nix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ jobs:
1515
- uses: cachix/install-nix-action@v30
1616
with:
1717
nix_path: nixpkgs=channel:nixos-unstable
18-
- run: nix develop -c dune build @runtest @check
18+
- run: nix develop -c dune build --root=. @runtest @check

flake.lock

Lines changed: 10 additions & 44 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,14 @@
3737
default = http;
3838
http = pkg {
3939
pname = "http";
40+
propagatedBuildInputs = [ ppx_expect ];
4041
checkInputs = [ alcotest base_quickcheck ppx_expect crowbar ];
4142
};
4243
cohttp = pkg {
4344
pname = "cohttp";
4445
checkInputs = [ fmt alcotest ];
4546
propagatedBuildInputs = [
46-
stringext http re uri uri-sexp logs sexplib0 ppx_sexp_conv
47+
base64 stringext http re uri uri-sexp logs sexplib0 ppx_sexp_conv
4748
];
4849
};
4950
cohttp-top = pkg {
@@ -56,8 +57,8 @@
5657
};
5758
cohttp-curl-lwt = pkg {
5859
pname = "cohttp-curl-lwt";
59-
checkInputs = [ cohttp-lwt-unix cohttp cohttp-lwt conduit-lwt ounit2 uri ];
60-
propagatedBuildInputs = [ ocurl http stringext lwt ];
60+
checkInputs = [ alcotest cohttp-lwt-unix cohttp cohttp-lwt conduit-lwt ounit2 uri ];
61+
propagatedBuildInputs = [ ocurl cohttp-curl http stringext lwt ];
6162
};
6263
cohttp-curl-async = pkg {
6364
pname = "cohttp-curl-async";

0 commit comments

Comments
 (0)