]> git.immae.eu Git - perso/Immae/Config/Nix.git/blobdiff - pkgs/default.nix
Move packages to flakes
[perso/Immae/Config/Nix.git] / pkgs / default.nix
index 204f751a4384657ba33fe8b56058020491cf066f..616a462ecff00a636fdc88be0ad5bfd4294fa9e7 100644 (file)
@@ -9,8 +9,6 @@ rec {
   boinctui = callPackage ./boinctui {};
   cnagios = callPackage ./cnagios { inherit mylibs; };
   commento = callPackage ./commento {};
-  cryptpad = callPackage ./cryptpad {};
-  duply = callPackage ./duply {};
   flrn = callPackage ./flrn { inherit mylibs; slang = callPackage ./slang_1 {}; };
   genius = callPackage ./genius {};
   mtop = callPackage ./mtop {};
@@ -23,14 +21,10 @@ rec {
   notmuch-python2 = callPackage ./notmuch/notmuch-python { pythonPackages = python2Packages; };
   notmuch-python3 = callPackage ./notmuch/notmuch-python { pythonPackages = python3Packages; };
   notmuch-vim = callPackage ./notmuch/notmuch-vim {};
-  pg_activity = callPackage ./pg_activity { inherit mylibs; };
   pgloader = callPackage ./pgloader {};
   predixy = callPackage ./predixy { inherit mylibs; };
   rrsync_sudo = callPackage ./rrsync_sudo {};
-  signald = callPackage ./signald {};
   signaldctl = callPackage ./signaldctl {};
-  stgit = callPackage ./stgit {};
-  telegram-cli = callPackage ./telegram-cli { inherit mylibs; };
   telegram-history-dump = callPackage ./telegram-history-dump { inherit mylibs; };
   telegramircd = callPackage ./telegramircd { inherit mylibs; telethon = callPackage ./telethon_sync {}; };
   terminal-velocity = callPackage ./terminal-velocity {};
@@ -45,10 +39,6 @@ rec {
   sia = callPackage ./crypto/sia {};
 
   pure-ftpd = callPackage ./pure-ftpd {};
-  mpd = (callPackage ./mpd_0_21 {}).mpd;
-  mpd-small = (callPackage ./mpd_0_21 {}).mpd-small;
-
-  bitlbee-mastodon = callPackage ./bitlbee-mastodon {};
 
   composerEnv = callPackage ./composer-env {};
   webapps = callPackage ./webapps { inherit mylibs composerEnv; };
@@ -70,11 +60,4 @@ rec {
   dovecot_deleted-to-trash = callPackage ./dovecot/plugins/deleted_to_trash {
     inherit mylibs;
   };
-  dovecot_fts-xapian = callPackage ./dovecot/plugins/fts_xapian {
-    inherit mylibs;
-  };
-
-  fiche = callPackage ./fiche { inherit mylibs; };
-  woob = python3Packages.callPackage ./woob {};
-  zrepl = callPackage ./zrepl {};
 }