X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FConfig%2FNix.git;a=blobdiff_plain;f=pkgs%2Fdefault.nix;fp=pkgs%2Fdefault.nix;h=b260f97335f6349b0f910d79a19b7608dd5f3fbf;hp=4b3d4b306c747983fa4f28d1a21e9092045e99aa;hb=033bd2b4f705ac52b2ee9d782da30ae9f74e0004;hpb=63d94ee80a4ec37c1584f6bd4a5bd5c150c45938 diff --git a/pkgs/default.nix b/pkgs/default.nix index 4b3d4b3..b260f97 100644 --- a/pkgs/default.nix +++ b/pkgs/default.nix @@ -17,6 +17,7 @@ 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; };