Skip to content

Commit

Permalink
Enable test resolution in buildOpamProject scope in flake.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
joaosreis committed Jan 18, 2025
1 parent 7e64846 commit db4f680
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@
## - or force ocamlfind to be a certain version:
# ocamlfind = "1.9.2";
};
scope = on.buildOpamProject { } package ./. query;
scope =
on.buildOpamProject { resolveArgs.with-test = true; } package ./.
query;
overlay = final: prev:
{
# Your overrides go here
Expand Down

0 comments on commit db4f680

Please sign in to comment.