aboutsummaryrefslogtreecommitdiff
path: root/pkgs
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2021-08-24 00:29:45 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2021-09-30 00:39:55 +0200
commit660cb973260f62551294f73e0811b37fc10fd467 (patch)
tree7785e96caabb8024016620777fdf5d39467e1ab1 /pkgs
parent1c732acd070287818ce05acbb86fdf82da9bb763 (diff)
downloadNix-660cb973260f62551294f73e0811b37fc10fd467.tar.gz
Nix-660cb973260f62551294f73e0811b37fc10fd467.tar.zst
Nix-660cb973260f62551294f73e0811b37fc10fd467.zip
Refactor flakes
Third iteration
Diffstat (limited to 'pkgs')
-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; };