X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FConfig%2FNix.git;a=blobdiff_plain;f=pkgs%2Fdefault.nix;h=4b3d4b306c747983fa4f28d1a21e9092045e99aa;hp=03fee4f99add7442192dc0e33c3c2cd3b1862777;hb=982dc1fabf71cc91ef4409848dd1952c7e6f479f;hpb=6338573a8a4b416d5bce384dac712197f90637dc diff --git a/pkgs/default.nix b/pkgs/default.nix index 03fee4f..4b3d4b3 100644 --- a/pkgs/default.nix +++ b/pkgs/default.nix @@ -51,6 +51,12 @@ rec { monitoring-plugins = callPackage ./monitoring-plugins {}; naemon = callPackage ./naemon { inherit mylibs monitoring-plugins; }; naemon-livestatus = callPackage ./naemon-livestatus { inherit mylibs naemon; }; + gearmand = callPackage ./gearmand {}; + status_engine = { + module = callPackage ./status_engine/module.nix { inherit mylibs; }; + worker = callPackage ./status_engine/worker.nix { inherit mylibs composerEnv; }; + interface = callPackage ./status_engine/interface.nix { inherit composerEnv; }; + }; python3PackagesPlus = callPackage ./python-packages { python = python3; @@ -64,4 +70,5 @@ rec { }; fiche = callPackage ./fiche { inherit mylibs; }; + zrepl = callPackage ./zrepl {}; }