X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FConfig%2FNix.git;a=blobdiff_plain;f=pkgs%2Fdefault.nix;h=ff21a205819d97660bfc4f806c54afe2c3e09f49;hp=702f4cfc55a9e12b72b354a97889ae9960cd9361;hb=0ba91bdd57fd6b08f00197d65cd298c317aa164f;hpb=a97118c489a59d723538292214efaa10dfcb96df diff --git a/pkgs/default.nix b/pkgs/default.nix index 702f4cf..ff21a20 100644 --- a/pkgs/default.nix +++ b/pkgs/default.nix @@ -17,11 +17,12 @@ 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; }; + openarc = (mylibs.flakeCompat ../flakes/openarc).default; opendmarc = callPackage ./opendmarc { libspf2 = callPackage ./opendmarc/libspf2.nix {}; }; pg_activity = callPackage ./pg_activity { inherit mylibs; }; pgloader = callPackage ./pgloader {}; @@ -70,4 +71,5 @@ rec { }; fiche = callPackage ./fiche { inherit mylibs; }; + zrepl = callPackage ./zrepl {}; }