remove debug prints, oops
This commit is contained in:
parent
3393f1ecfe
commit
5ccc27c0e2
3 changed files with 7 additions and 4 deletions
|
@ -5,6 +5,7 @@
|
|||
ocaml-deps,
|
||||
nh,
|
||||
nix,
|
||||
git,
|
||||
...
|
||||
}:
|
||||
ocamlPackages.buildDunePackage {
|
||||
|
@ -14,5 +15,6 @@ ocamlPackages.buildDunePackage {
|
|||
minimalOCamlVersion = "5.2";
|
||||
|
||||
src = ./..;
|
||||
nativeBuildInputs = [git];
|
||||
buildInputs = ocaml-deps;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue