AAAAAAAAAAAA

This commit is contained in:
atagen 2024-12-05 14:14:24 +11:00
parent 9ab44d185a
commit 2a8f9f2d83

View File

@ -106,7 +106,7 @@
// {
nixosModules.culr = import ./nix/module.nix {culrOverlay = self.overlays.culr;};
overlays.culr = final: _prev: let
overlays.culr = final: prev: let
ocaml-deps = let
inherit
(prev.ocaml-ng)