X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=default.nix;h=d003e908fe21301c13a13c674bee07909e1ab4dc;hb=7636abc6bfcdca34d4b90a144365235012275339;hp=c8a3c939e4e739a6a8e217eb2e756d4f839833f1;hpb=e229e6f2a411b9c03ee80bfb53b6b77e8f2ccb0b;p=perso%2FImmae%2FConfig%2FNix.git diff --git a/default.nix b/default.nix index c8a3c93..d003e90 100644 --- a/default.nix +++ b/default.nix @@ -2,20 +2,6 @@ with import ./libs.nix; with import {}; let mypkgs = {}; - postHook = '' - header() { - echo -ne "\033[1;36m" - echo -n "$1" - echo -e "\033[0m" - } - - echoCmd() { - printf "\033[1;34m%s:\033[0m" "$1" - shift - printf ' %q' "$@" - echo - } - ''; mypkgs.ledger = (ledger.override { boost = boost166; }).overrideAttrs (_old: fetchedGithub ./fetched/ledger.json // { @@ -324,6 +310,7 @@ let (with perlPackages; [ TimeDate FileWhich TextIconv ]); }; + mypkgs.yarn2nix = yarn2nixPackage.yarn2nix; # https://github.com/NixOS/nixpkgs/blob/master/pkgs/stdenv/generic/setup.sh # https://github.com/NixOS/nixpkgs/blob/master/doc/languages-frameworks in @@ -364,6 +351,8 @@ in inherit mtr; inherit nixops; inherit urlview; + inherit rr; + inherit nix-zsh-completions; stgit = gitAndTools.stgit; # todo: lx* ?, unrar, unzip, zeromq? #inherit nextcloud-client; @@ -384,6 +373,5 @@ in inherit notmuch; stgit = gitAndTools.stgit; inherit bundix; - inherit yarn2nix; bower2nix = nodePackages.bower2nix; })