general: removed containers dependency
All checks were successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/build-nix Pipeline was successful

This commit is contained in:
2026-01-14 21:40:21 +03:00
parent 67bd37eaa2
commit 12b347de38
3 changed files with 17 additions and 10 deletions

View File

@@ -11,7 +11,7 @@
pkgs = nixpkgs.legacyPackages.${system};
devInputs = with pkgs.ocamlPackages; [merlin];
ocamlPkgs = with pkgs.ocamlPackages; [menhir dune_3];
libs = with pkgs.ocamlPackages; [findlib containers];
libs = with pkgs.ocamlPackages; [findlib];
nativeInputs = with pkgs; ocamlPkgs ++ [ocaml];
in
{