return to ocaml overlay

This commit is contained in:
atagen 2024-12-06 14:47:28 +11:00
parent d58c56b66a
commit 999a560f5a
3 changed files with 35 additions and 10 deletions

View file

@ -1,4 +1,4 @@
{culrOverlay}: {
{overlays}: {
imports = [./culr-module.nix];
nixpkgs.overlays = [culrOverlay];
nixpkgs.overlays = overlays;
}