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, 1 insertions, 1 deletions
diff --git a/pkgs/default.nix b/pkgs/default.nix
index b260f97..ff21a20 100644
--- a/pkgs/default.nix
+++ b/pkgs/default.nix
@@ -22,7 +22,7 @@ rec {
22 notmuch-python2 = callPackage ./notmuch/notmuch-python { pythonPackages = python2Packages; }; 22 notmuch-python2 = callPackage ./notmuch/notmuch-python { pythonPackages = python2Packages; };
23 notmuch-python3 = callPackage ./notmuch/notmuch-python { pythonPackages = python3Packages; }; 23 notmuch-python3 = callPackage ./notmuch/notmuch-python { pythonPackages = python3Packages; };
24 notmuch-vim = callPackage ./notmuch/notmuch-vim {}; 24 notmuch-vim = callPackage ./notmuch/notmuch-vim {};
25 openarc = callPackage ./openarc { inherit mylibs; }; 25 openarc = (mylibs.flakeCompat ../flakes/openarc).default;
26 opendmarc = callPackage ./opendmarc { libspf2 = callPackage ./opendmarc/libspf2.nix {}; }; 26 opendmarc = callPackage ./opendmarc { libspf2 = callPackage ./opendmarc/libspf2.nix {}; };
27 pg_activity = callPackage ./pg_activity { inherit mylibs; }; 27 pg_activity = callPackage ./pg_activity { inherit mylibs; };
28 pgloader = callPackage ./pgloader {}; 28 pgloader = callPackage ./pgloader {};