X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=pkgs%2Fdefault.nix;h=3e77992e1d77ac1624d1f0a1a60fd3dab3686a1d;hb=HEAD;hp=ef6199c7f101e7556772c1e310d661e734d7831c;hpb=6a380f40811e9ed4a0fc129d52449a45869bf843;p=perso%2FImmae%2FConfig%2FNix.git diff --git a/pkgs/default.nix b/pkgs/default.nix deleted file mode 100644 index ef6199c..0000000 --- a/pkgs/default.nix +++ /dev/null @@ -1,71 +0,0 @@ -{ pkgs }: -with pkgs; -let - mylibs = import ../lib { inherit pkgs; }; -in -rec { - sources = import ../nix/sources.nix; - myEnvironments = callPackage ../environments {}; - boinctui = callPackage ./boinctui {}; - cnagios = callPackage ./cnagios { inherit mylibs; }; - duply = callPackage ./duply {}; - flrn = callPackage ./flrn { inherit mylibs; slang = callPackage ./slang_1 {}; }; - genius = callPackage ./genius {}; - mtop = callPackage ./mtop {}; - muttprint = callPackage ./muttprint {}; - mutt-ics = callPackage ./mutt-ics { inherit mylibs; }; - nagios-cli = callPackage ./nagios-cli { inherit mylibs; }; - nagnu = callPackage ./nagnu { inherit mylibs; }; - note = callPackage ./note {}; - notmuch-python2 = callPackage ./notmuch/notmuch-python { pythonPackages = python2Packages; }; - notmuch-python3 = callPackage ./notmuch/notmuch-python { pythonPackages = python3Packages; }; - notmuch-vim = callPackage ./notmuch/notmuch-vim {}; - openarc = callPackage ./openarc { inherit mylibs; }; - opendmarc = callPackage ./opendmarc { libspf2 = callPackage ./opendmarc/libspf2.nix {}; }; - pg_activity = callPackage ./pg_activity { inherit mylibs; }; - pgloader = callPackage ./pgloader {}; - predixy = callPackage ./predixy { inherit mylibs; }; - rrsync_sudo = callPackage ./rrsync_sudo {}; - 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 {}; - tiv = callPackage ./tiv {}; - unicodeDoc = callPackage ./unicode {}; - - cardano = callPackage ./crypto/cardano { inherit mylibs; }; - cardano-cli = callPackage ./crypto/cardano-cli {}; - iota-cli-app = callPackage ./crypto/iota-cli-app { inherit mylibs; }; - 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; }; - - monitoring-plugins = callPackage ./monitoring-plugins {}; - naemon = callPackage ./naemon { inherit mylibs monitoring-plugins; }; - naemon-livestatus = callPackage ./naemon-livestatus { inherit mylibs naemon; }; - - simp_le_0_17 = callPackage ./simp_le {}; - certbot = callPackage ./certbot {}; - - python3PackagesPlus = callPackage ./python-packages { - python = python3; - inherit mylibs; - }; - dovecot_deleted-to-trash = callPackage ./dovecot/plugins/deleted_to_trash { - inherit mylibs; - }; - dovecot_fts-xapian = callPackage ./dovecot/plugins/fts_xapian { - inherit mylibs; - }; - - niv = (import sources.niv {}).niv; - - fiche = callPackage ./fiche { inherit mylibs; }; -}