aboutsummaryrefslogtreecommitdiff
path: root/pkgs/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/default.nix')
-rw-r--r--pkgs/default.nix1
1 files changed, 1 insertions, 0 deletions
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 {
17 mutt-ics = callPackage ./mutt-ics { inherit mylibs; }; 17 mutt-ics = callPackage ./mutt-ics { inherit mylibs; };
18 nagios-cli = callPackage ./nagios-cli { inherit mylibs; }; 18 nagios-cli = callPackage ./nagios-cli { inherit mylibs; };
19 nagnu = callPackage ./nagnu { inherit mylibs; }; 19 nagnu = callPackage ./nagnu { inherit mylibs; };
20 nb = callPackage ./nb {};
20 note = callPackage ./note {}; 21 note = callPackage ./note {};
21 notmuch-python2 = callPackage ./notmuch/notmuch-python { pythonPackages = python2Packages; }; 22 notmuch-python2 = callPackage ./notmuch/notmuch-python { pythonPackages = python2Packages; };
22 notmuch-python3 = callPackage ./notmuch/notmuch-python { pythonPackages = python3Packages; }; 23 notmuch-python3 = callPackage ./notmuch/notmuch-python { pythonPackages = python3Packages; };