overlay fixed, update

This commit is contained in:
atagen 2024-12-14 18:31:00 +11:00
parent dc402eb49a
commit 5a164045f5
3 changed files with 5 additions and 5 deletions

View file

@ -1,4 +1,5 @@
{
pkgs,
lib,
ocaml-deps,
ocamlPackages,
@ -14,6 +15,7 @@ ocamlPackages.buildDunePackage {
minimalOCamlVersion = "5.2";
src = ./..;
nativeBuildInputs = [pkgs.git];
buildInputs = ocaml-deps;
buildPhase =