X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=default.nix;h=4e50c59f397510a10e7a725c6a18a4f55a9d757c;hb=c7f50486428f67b91dea675704288134f835674c;hp=7580431a15d8011457a6a82ea769dadb1cedc28a;hpb=02bf0d911c2f7b100e22f9d9fd0b1b6b39274293;p=perso%2FImmae%2FConfig%2FNix.git diff --git a/default.nix b/default.nix index 7580431..4e50c59 100644 --- a/default.nix +++ b/default.nix @@ -1,7 +1,6 @@ with import ./libs.nix; -with nixpkgs_unstable; +with import {}; let - stable_nixpkgs = import {}; mypkgs = {}; postHook = '' header() { @@ -76,7 +75,7 @@ let configureFlags = old.configureFlags ++ [ "--enable-plugins" ]; }); - mypkgs.weechat = weechat.override { + mypkgs.weechat = nixpkgs_unstable.weechat.override { configure = { availablePlugins, ... }: { plugins = with availablePlugins; [ (python.withPackages (ps: with ps; [websocket_client emoji])) @@ -93,7 +92,7 @@ let sha256 = "1h645rnb5vpms48fcyzvp7cwwcbf9k5xq49w2bpniyzzgk2brjrq"; }; outputs = ["out" "man"]; - propragatedBuildInputs = [ perlPackages.YAML ]; + propagatedBuildInputs = [ perlPackages.YAML ]; meta = with stdenv.lib; { description = "A perl script for maintaining notes"; homepage = http://www.daemon.de/NOTE; @@ -113,7 +112,7 @@ let ./patches/terminal_velocity_sort_found_notes.patch ]; - propagatedBuildInputs = [ chardet urwid sh pyyaml ]; + propagatedBuildInputs = [ chardet urwid nixpkgs_unstable.python2Packages.sh pyyaml ]; buildInputs = [ m2r restructuredtext_lint pygments ]; src = fetchPypi { @@ -270,7 +269,6 @@ in inherit timewarrior; inherit sc-im; inherit pal; - inherit duplicity duply; inherit pdftk; inherit googler; inherit jrnl; @@ -301,8 +299,24 @@ in inherit bogofilter; inherit mtr; inherit nixops; + stgit = gitAndTools.stgit; #inherit mastodon; # todo: lx* ?, unrar, unzip, zeromq? #inherit nextcloud-client; #inherit nixos; - } + } // (with nixpkgs_unstable; { + inherit googler; + inherit khal; + inherit newsboat; + inherit xmr-stak; + inherit urlwatch; + inherit graphicsmagick; + inherit ncmpc; + inherit solc; + inherit w3m lynx links; + inherit valgrind; + inherit ranger; + inherit strace; + inherit notmuch; + stgit = gitAndTools.stgit; + })