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

6
flake.lock generated
View File

@ -41,11 +41,11 @@
]
},
"locked": {
"lastModified": 1733872709,
"narHash": "sha256-CSjVHftyEGmkDeheoWDjQECIrgASNy8FNc0fqIFvcwM=",
"lastModified": 1734156418,
"narHash": "sha256-7I6hKojqDm0Z+q9ZvDk8R5J/TfoPbprmVquwfQIzQrg=",
"owner": "nix-ocaml",
"repo": "nix-overlays",
"rev": "8a82971570aafb4233340ef429ba672fd780b5ac",
"rev": "3bd751c1d602713195432d4818b35d29c4b1dccc",
"type": "github"
},
"original": {

View File

@ -120,7 +120,6 @@
angstrom
angstrom-unix
ppx_inline_test
opaline
;
in [
dune_3
@ -128,7 +127,6 @@
angstrom
angstrom-unix
ppx_inline_test
opaline
];
in {
culr = final.callPackage ./nix/default.nix {

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 =