From to ~andir/nixpkgs-dev
Would be nice if b4 supported notmuch databases instead of public inboxes. I've all my mail (lots and lots of public mailing lists) in notmuch an my primary workflow is really driven by queries to the local database.
From to ~andir/nixpkgs-dev
On 17:01 06.02.21, William Casarin wrote: > > PR'd at https://github.com/NixOS/nixpkgs/pull/112244 > > Still need a way of automating this without having to use the web ui :( That is where the github CLI tooling comes in to play. That is basically what I am using with my neomutt integration I've talked about in the other thread.
From to ~andir/nixpkgs-dev
On 17:33 03.02.21, Matthias Beyer wrote: > On 03-02-2021 15:47:15, Michael Weiss wrote: > > > Since that job is boring and annoying I wrote a small [python script] that > > > takes care of that. And I integrated into my (neo)mutt workflow with a > > > keybind: > > > > Cool :) Maybe it would make sense to publish that information somewhere? I'll see about writing a blog post and maybe some documentation about this soon(tm). The nixos.wiki might be a good place to document this as this workflow isn't really officially supported. I would love to run this ML on a domain that we control so we can move from sr.ht to self-hosted etc.. as we need to. Right now we are tied to this platform (again) due to the fact that I just wanted to play around with this
From to ~andir/nixpkgs-dev
Thanks for helping out with reviews! <3 I've been a bit slacking in the last few weeks. Usually, at least last time this was discussed[0], the preferred way of handling these patches is to open a PR to allow other maintainers to comment on the patches. I am not happy with that situation as that essentially multiplies but freedom has never been for free (and not wanting to use GitHub is a value that I support). One more small nit: I usually try to keep the reference to the mail that submitted the patch in the commit message so, at some point in the future, we enable users to look them up. This is basically inline with the "Cherrypicked from ...." lines that we add to backports.
From to ~andir/nixpkgs-dev
-> https://github.com/NixOS/nixpkgs/pull/111753 On 15:22 01.02.21, Matthias Beyer wrote: > Signed-off-by: Matthias Beyer <mail@beyermatthias.de> > --- > pkgs/applications/misc/taskwarrior-tui/default.nix | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/pkgs/applications/misc/taskwarrior-tui/default.nix b/pkgs/applications/misc/taskwarrior-tui/default.nix > index 1a97f6c0feb..5c5192ebb28 100644 > --- a/pkgs/applications/misc/taskwarrior-tui/default.nix > +++ b/pkgs/applications/misc/taskwarrior-tui/default.nix > @@ -5,19 +5,19 @@ >
From to ~andir/nixpkgs-dev
-> https://github.com/NixOS/nixpkgs/pull/111751 On 15:22 01.02.21, Matthias Beyer wrote: > Signed-off-by: Matthias Beyer <mail@beyermatthias.de> > --- > pkgs/tools/misc/smenu/default.nix | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/pkgs/tools/misc/smenu/default.nix b/pkgs/tools/misc/smenu/default.nix > index 5da7f19b060..dbfb5fb1cf8 100644 > --- a/pkgs/tools/misc/smenu/default.nix > +++ b/pkgs/tools/misc/smenu/default.nix > @@ -1,14 +1,14 @@ > { lib, stdenv, fetchFromGitHub, ncurses }:
From to ~andir/nixpkgs-dev
I'll open a PR for each of the patches in this series. This patch: https://github.com/NixOS/nixpkgs/pull/111748 On 15:22 01.02.21, Matthias Beyer wrote: > Signed-off-by: Matthias Beyer <mail@beyermatthias.de> > --- > pkgs/tools/misc/sfeed/default.nix | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/pkgs/tools/misc/sfeed/default.nix b/pkgs/tools/misc/sfeed/default.nix > index 6f205db432f..57e49c88745 100644 > --- a/pkgs/tools/misc/sfeed/default.nix > +++ b/pkgs/tools/misc/sfeed/default.nix
From to ~andir/nixpkgs-dev
Thanks, forwarded as https://github.com/NixOS/nixpkgs/pull/107936 On 22:20 29.12.20, Ben Sima wrote: > --- > nixos/modules/services/development/hoogle.nix | 7 ++++++- > 1 file changed, 6 insertions(+), 1 deletion(-) > > diff --git a/nixos/modules/services/development/hoogle.nix b/nixos/modules/services/development/hoogle.nix > index cbf13f027de..a661e3acae3 100644 > --- a/nixos/modules/services/development/hoogle.nix > +++ b/nixos/modules/services/development/hoogle.nix > @@ -49,6 +49,11 @@ in { > default = "https://hoogle.haskell.org"; > };
From to ~andir/nixpkgs-dev
On 22:54 25.12.20, yoctocell wrote: > On Fri, Dec 25 2020, andi@srht.l.notmuch.email wrote: > > > On 17:37 16.12.20, yoctocell wrote: > >> Fix issues pointed out in v1. > >> > >> --- > >> .../video/mpv/scripts/webtorrent-hook.nix | 32 +++++++++++++++++++ > >> pkgs/top-level/all-packages.nix | 1 + > >> 2 files changed, 33 insertions(+) > >> create mode 100644 pkgs/applications/video/mpv/scripts/webtorrent-hook.nix > >> > >> diff --git a/pkgs/applications/video/mpv/scripts/webtorrent-hook.nix b/pkgs/applications/video/mpv/scripts/webtorrent-hook.nix > >> new file mode 100644
From to ~andir/nixpkgs-dev
On 17:37 16.12.20, yoctocell wrote: > Fix issues pointed out in v1. > > --- > .../video/mpv/scripts/webtorrent-hook.nix | 32 +++++++++++++++++++ > pkgs/top-level/all-packages.nix | 1 + > 2 files changed, 33 insertions(+) > create mode 100644 pkgs/applications/video/mpv/scripts/webtorrent-hook.nix > > diff --git a/pkgs/applications/video/mpv/scripts/webtorrent-hook.nix b/pkgs/applications/video/mpv/scripts/webtorrent-hook.nix > new file mode 100644 > index 00000000000..f1a26f38297 > --- /dev/null > +++ b/pkgs/applications/video/mpv/scripts/webtorrent-hook.nix