From 033bd2b4f705ac52b2ee9d782da30ae9f74e0004 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Tue, 15 Dec 2020 02:13:36 +0100 Subject: Add new tools --- pkgs/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'pkgs/default.nix') 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; }; -- cgit v1.2.3