aboutsummaryrefslogtreecommitdiff
path: root/pkgs/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/default.nix')
-rw-r--r--pkgs/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/default.nix b/pkgs/default.nix
index 2f5f529..204f751 100644
--- a/pkgs/default.nix
+++ b/pkgs/default.nix
@@ -23,8 +23,6 @@ rec {
23 notmuch-python2 = callPackage ./notmuch/notmuch-python { pythonPackages = python2Packages; }; 23 notmuch-python2 = callPackage ./notmuch/notmuch-python { pythonPackages = python2Packages; };
24 notmuch-python3 = callPackage ./notmuch/notmuch-python { pythonPackages = python3Packages; }; 24 notmuch-python3 = callPackage ./notmuch/notmuch-python { pythonPackages = python3Packages; };
25 notmuch-vim = callPackage ./notmuch/notmuch-vim {}; 25 notmuch-vim = callPackage ./notmuch/notmuch-vim {};
26 openarc = (mylibs.flakeCompat ../flakes/openarc).default;
27 opendmarc = (mylibs.flakeCompat ../flakes/opendmarc).default;
28 pg_activity = callPackage ./pg_activity { inherit mylibs; }; 26 pg_activity = callPackage ./pg_activity { inherit mylibs; };
29 pgloader = callPackage ./pgloader {}; 27 pgloader = callPackage ./pgloader {};
30 predixy = callPackage ./predixy { inherit mylibs; }; 28 predixy = callPackage ./predixy { inherit mylibs; };