what in the overlay hell

This commit is contained in:
atagen 2024-12-12 12:42:40 +11:00
parent a5ddb60f65
commit 03e7119a56
2 changed files with 4 additions and 2 deletions

View file

@ -111,12 +111,13 @@
overlays.culr = final: prev: let
ocaml-deps = let
inherit
(prev.ocamlPackages)
(final.ocamlPackages)
dune_3
ocaml
angstrom
angstrom-unix
ppx_inline_test
opaline
;
in [
dune_3
@ -124,6 +125,7 @@
angstrom
angstrom-unix
ppx_inline_test
opaline
];
in {
culr = final.callPackage ./nix/default.nix {