aboutsummaryrefslogtreecommitdiff
path: root/pkgs/default.nix
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2020-12-15 02:13:36 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2020-12-15 02:13:36 +0100
commit033bd2b4f705ac52b2ee9d782da30ae9f74e0004 (patch)
treef35d5f333a80f54abc0019a4d14b0b1f2fba5ad8 /pkgs/default.nix
parent63d94ee80a4ec37c1584f6bd4a5bd5c150c45938 (diff)
downloadNix-033bd2b4f705ac52b2ee9d782da30ae9f74e0004.tar.gz
Nix-033bd2b4f705ac52b2ee9d782da30ae9f74e0004.tar.zst
Nix-033bd2b4f705ac52b2ee9d782da30ae9f74e0004.zip
Add new tools
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; };