X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=pkgs%2Fdefault.nix;h=5b347be537d49ddc0f3100cc59488d5df3408e96;hb=a1a2455f53bde1235b221a842d3c888c51fcecac;hp=3aad1a2a841fbb31d616aecae37834602b0674f2;hpb=2c8d7056989d13d0b8808994b69530e1993e19a4;p=perso%2FImmae%2FConfig%2FNix.git diff --git a/pkgs/default.nix b/pkgs/default.nix index 3aad1a2..5b347be 100644 --- a/pkgs/default.nix +++ b/pkgs/default.nix @@ -8,6 +8,7 @@ rec { myEnvironments = callPackage ../environments {}; boinctui = callPackage ./boinctui {}; cnagios = callPackage ./cnagios { inherit mylibs; }; + commento = callPackage ./commento {}; duply = callPackage ./duply {}; flrn = callPackage ./flrn { inherit mylibs; slang = callPackage ./slang_1 {}; }; genius = callPackage ./genius {}; @@ -16,12 +17,13 @@ rec { mutt-ics = callPackage ./mutt-ics { inherit mylibs; }; nagios-cli = callPackage ./nagios-cli { inherit mylibs; }; nagnu = callPackage ./nagnu { inherit mylibs; }; + nb = callPackage ./nb {}; note = callPackage ./note {}; notmuch-python2 = callPackage ./notmuch/notmuch-python { pythonPackages = python2Packages; }; notmuch-python3 = callPackage ./notmuch/notmuch-python { pythonPackages = python3Packages; }; notmuch-vim = callPackage ./notmuch/notmuch-vim {}; - openarc = callPackage ./openarc { inherit mylibs; }; - opendmarc = callPackage ./opendmarc { libspf2 = callPackage ./opendmarc/libspf2.nix {}; }; + openarc = (mylibs.flakeCompat ../flakes/openarc).default; + opendmarc = (mylibs.flakeCompat ../flakes/opendmarc).default; pg_activity = callPackage ./pg_activity { inherit mylibs; }; pgloader = callPackage ./pgloader {}; predixy = callPackage ./predixy { inherit mylibs; }; @@ -50,8 +52,12 @@ rec { monitoring-plugins = callPackage ./monitoring-plugins {}; naemon = callPackage ./naemon { inherit mylibs monitoring-plugins; }; naemon-livestatus = callPackage ./naemon-livestatus { inherit mylibs naemon; }; - - certbot = callPackage ./certbot {}; + 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; @@ -65,4 +71,5 @@ rec { }; fiche = callPackage ./fiche { inherit mylibs; }; + zrepl = callPackage ./zrepl {}; }