X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FConfig%2FNix.git;a=blobdiff_plain;f=default.nix;h=9c548a0999b9c6e6996878a3be72704fd85cd8c0;hp=5d9e138620d10d44a2864688a5fc38f3c2d4f600;hb=6e2dc958bc8c5aac4871d2a618741fa4628ed126;hpb=851f25966e419564e2288c6dc675d0954da7e8cf diff --git a/default.nix b/default.nix index 5d9e138..9c548a0 100644 --- a/default.nix +++ b/default.nix @@ -1,33 +1,33 @@ with import { overlays = builtins.attrValues (import ./overlays); }; # https://github.com/NixOS/nixpkgs/blob/master/pkgs/stdenv/generic/setup.sh # https://github.com/NixOS/nixpkgs/blob/master/doc/languages-frameworks - { - boinctui = callPackage ./pkgs/boinctui {}; - cnagios = callPackage ./pkgs/cnagios {}; - duply = callPackage ./pkgs/duply {}; - flrn = callPackage ./pkgs/flrn { slang = callPackage ./pkgs/slang_1 {}; }; - genius = callPackage ./pkgs/genius {}; - mtop = callPackage ./pkgs/mtop {}; - muttprint = callPackage ./pkgs/muttprint {}; - mutt-ics = callPackage ./pkgs/mutt-ics {}; - nagios-cli = callPackage ./pkgs/nagios-cli {}; - #nagnu = callPackage ./pkgs/nagnu {}; - note = callPackage ./pkgs/note {}; - notmuch-python2 = callPackage ./pkgs/notmuch/notmuch-python { pythonPackages = python2Packages; }; - notmuch-python3 = callPackage ./pkgs/notmuch/notmuch-python { pythonPackages = python3Packages; }; - notmuch-vim = callPackage ./pkgs/notmuch/notmuch-vim {}; - pg_activity = callPackage ./pkgs/pg_activity {}; - pgloader = callPackage ./pkgs/pgloader {}; - telegram-cli = callPackage ./pkgs/telegram-cli {}; - telegram-history-dump = callPackage ./pkgs/telegram-history-dump {}; - telegramircd = callPackage ./pkgs/telegramircd { telethon = callPackage ./pkgs/telethon_sync {}; }; - terminal-velocity = callPackage ./pkgs/terminal-velocity {}; - tiv = callPackage ./pkgs/tiv {}; - unicode = callPackage ./pkgs/unicode {}; + { # files in overlays/mypkgs.nix + inherit boinctui; + inherit cnagios; + inherit duply; + inherit flrn; + inherit genius; + inherit mtop; + inherit muttprint; + inherit mutt-ics; + inherit nagios-cli; + #inherit nagnu; + inherit note; + inherit notmuch-python2; + inherit notmuch-python3; + inherit notmuch-vim; + inherit pg_activity; + inherit pgloader; + inherit telegram-cli; + inherit telegram-history-dump; + inherit telegramircd; + inherit terminal-velocity; + inherit tiv; + inherit unicodeDoc; - cardano = callPackage ./pkgs/crypto/cardano {}; - iota-cli-app = callPackage ./pkgs/crypto/iota-cli-app {}; - sia = callPackage ./pkgs/crypto/sia {}; + inherit cardano; + inherit iota-cli-app; + inherit sia; } // { # overlays inherit weboob; inherit taskwarrior;