Skip to content

Commit

Permalink
Merge pull request #1897 from xvw/nix-merlin-lib-alcotest
Browse files Browse the repository at this point in the history
Add alcotest in `flake.nix` (and regenerate lock)
  • Loading branch information
voodoos authored Feb 18, 2025
2 parents 102eee4 + 2961bb0 commit 8580cfa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions flake.lock

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

1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
src = ./.;
duneVersion = "3";
propagatedBuildInputs = with ocamlPackages; [ csexp ];
checkInputs = with ocamlPackages; [ alcotest ];
doCheck = true;
};

Expand Down

0 comments on commit 8580cfa

Please sign in to comment.