Skip to content

Commit

Permalink
Update the flake.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
sonmarcho committed Nov 22, 2023
1 parent aa0d522 commit 6760bf9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
nativeBuildInputs = with ocamlPackages; [
menhir
];
buildInputs = with ocamlPackages; [
propagatedBuildInputs = with ocamlPackages; [
ppx_deriving
visitors
zarith
Expand All @@ -130,14 +130,13 @@
cp ${tests-polonius}/llbc/* tests/serialized
'' else
"";
buildInputs = with ocamlPackages; [
propagatedBuildInputs = with ocamlPackages; [
ppx_deriving
visitors
easy_logging
zarith
yojson
calendar
menhirLib
charon-name_matcher_parser
];
src = ./charon-ml;
Expand Down

0 comments on commit 6760bf9

Please sign in to comment.