gchristensen changed the topic of #nixos-dev to: NixOS Development (#nixos for questions) | NixOS 19.09 is released! https://discourse.nixos.org/t/nixos-19-09-release/4306 | https://hydra.nixos.org/jobset/nixos/trunk-combined https://channels.nix.gsc.io/graph.html | https://r13y.com | 19.09 RMs: disasm, sphalerite; 20.03: worldofpeace, disasm | https://logs.nix.samueldr.com/nixos-dev
tv has quit [Ping timeout: 240 seconds]
ixxie has joined #nixos-dev
<Profpatsch> ,random-pr
<{^_^}> Error in $: Unexpected value: Null
<Profpatsch> hahaaaa
<mkaito> joy
<Profpatsch> ,random-pr
<{^_^}> https://github.com/NixOS/nixpkgs/pull/76374 (by petercommand, 4 weeks ago, open): xmousepasteblock: init at 1.0
<mkaito> I wonder what triggers that :P
<Profpatsch> ,random-pr
<{^_^}> https://github.com/NixOS/nixpkgs/pull/77804 (by emilazy, 1 week ago, open): {openresty,nginxModules.brotli}: updates and improvements
<Profpatsch> ,random-pr
<{^_^}> https://github.com/NixOS/nixpkgs/pull/70078 (by abrenk, 16 weeks ago, open): nixos/sshguard: use nftables backend if enabled
<infinisil> ,random-pr-script
<{^_^}> Script to open a random open PR: https://paste.infinisil.com/eTjLirlSno
<Profpatsch> ,random-pr
<{^_^}> https://github.com/NixOS/nixpkgs/pull/61177 (by jraygauthier, 37 weeks ago, open): nixos/jupiter: add a kernel jsFile option
<Profpatsch> ,random-pr
<{^_^}> Error in $: Unexpected value: Null
<Profpatsch> ,random-pr
<{^_^}> https://github.com/NixOS/nixpkgs/pull/76180 (by Yvar192, 4 weeks ago, open): XP-PEN G430 Driver: init at 20190820
<infinisil> I figured it out, check out this issue: https://github.com/nixos/nixpkgs/issues/32159
<mkaito> I was told haskell was error free permanently no exceptions :P
<samueldr> only with spherical cows
<Profpatsch> ,random-pr
<{^_^}> https://github.com/NixOS/nixpkgs/pull/77655 (by colemickens, 1 week ago, open): imagefree: (embedded libpng): apng support
<Profpatsch> infinisil: Can we add a way for people to subscribe to the bot, so that they can get n PRs a day into their DMs? :)
<infinisil> Hehe cool idea
<infinisil> Currently with how the plugin system works in my bot it can only send messages when it received some, so this will need some restructuring
<mkaito> I'll probably just M-a through to the next unread buffer and forget. that kind of stuff is either email or might as well not exist :P
<infinisil> gchristensen: Unfortunately that's issues only..
<infinisil> Which I guess are important too
<Profpatsch> mkaito: well, you could middle-click on the ones that sound interesting and open them in tabs to review later. But sure, everybody has their own workflow (mine is everything but email-centric I admit)
<mkaito> I wish I wasn't stuck with slack-centric at work tbh
<mkaito> if it doesn't have emoji reactions, it might as well not exits :P
<Profpatsch> mkaito: Hm, something that’s work-queue based with integration into taskwarrior might be cool.
<mkaito> I vaguely remember yegor working on something like that while he worked with us, no idea if he's still using it
<Profpatsch> So you go through the items that queue up, and before you can do the next item the current one has either to be done, delayed n hours, or deferred with a reminder after some time
<mkaito> too rigid for my job
<mkaito> I wish I could do that, I much prefer focus
<Profpatsch> mkaito: true, context switching is the enemy
<mkaito> between permanent chat memes and trying to do 12 things at once, weeks go by without actually getting anything done :P
justanotheruser has joined #nixos-dev
rajivr___ has joined #nixos-dev
ixxie has quit [Ping timeout: 265 seconds]
_ris has quit [Ping timeout: 272 seconds]
_ris has joined #nixos-dev
_ris has quit [Ping timeout: 272 seconds]
justanotheruser has quit [Ping timeout: 260 seconds]
tv has joined #nixos-dev
justanotheruser has joined #nixos-dev
orivej has joined #nixos-dev
bhipple has quit [Remote host closed the connection]
bgamari_ has quit [Remote host closed the connection]
bgamari_ has joined #nixos-dev
phreedom has quit [Remote host closed the connection]
phreedom has joined #nixos-dev
__monty__ has joined #nixos-dev
orivej has quit [Ping timeout: 268 seconds]
pepesza has quit [Ping timeout: 265 seconds]
<aanderse> Profpatsch: lol too good
<aanderse> > Your herculean efforts to upgrade the OS across your entire fleet completed just in time for the EOL announcement of the version you upgraded to.
<{^_^}> error: syntax error, unexpected IN, expecting ')', at (string):276:82
* aanderse laughs, then cries
<aanderse> without exaggeration I'm doing 3+ other people's jobs right now to migrate away from debian 6 and 7 boxes
<aanderse> by June i expect to be done and the oldest os remaining to be debian 8... which is EOL in June -_-
_ris has joined #nixos-dev
pepesza has joined #nixos-dev
justanotheruser has quit [Ping timeout: 272 seconds]
<arianvp> Is anybody here going to Fosdem?
<arianvp> where I either can couch surf; or can share the cost of a hotel room with?
justanotheruser has joined #nixos-dev
<jtojnar> Is there a way to find out why this was removed? https://hydra.nixos.org/job/nixpkgs/trunk/bustle.x86_64-linux
<infinisil> > bustle.meta.hydraPlatforms
<{^_^}> [ ]
<infinisil> Huh that's weird, usually either a package is working or it's broken. If it's broken it should be defined as `broken = true;` and `hydraPlatforms = none` in hackage-packages.nix
<infinisil> But in this case there's only hydraPlatforms = none, *without* the broken = true
<jtojnar> infinisilperhaps it is inheriting from brroken hgettext
<infinisil> Hm that could be it
<infinisil> Oh yeah that's probably it
<infinisil> bustle = overrideCabal (disableCabalFlag (super.bustle.override { hgettext = null; }) "hgettext") (drv: {
<infinisil> And it doesn't throw a "broken" error because hgettext is not actually used
<infinisil> So a fix would be to manually unset meta.hydraPlatforms in the bustle override in configuration-common.nix
<jtojnar> infinisil will do, thanks
<{^_^}> #78559 (by jtojnar, 36 seconds ago, open): haskellPackages.bustle: fix building on Hydra
<pie_[bnc]> wow, thats a failure mode;
<pie_[bnc]> <x> turns out upstream commited a fix to a *git submodule*, Gentoo applied the patch file to the *parent project*... and it happens to apply cleanly there too.
<pie_[bnc]> <x> and thus does exactly the opposite of what it's intended to do: removes the main includes (correct ones) and leaves the subproject's includes (broken)
<pie_[bnc]> <x> some issue with include files stepping on each other, upstream commits a fix, Gentoo pulls it in, it's still broken
<pie_[bnc]> <x> https://bugs.gentoo.org/705038 okay this is hilarious
teto has joined #nixos-dev
drakonis has joined #nixos-dev
Synthetica has joined #nixos-dev
bhipple has joined #nixos-dev
kenjis1 has joined #nixos-dev
bhipple has quit [Ping timeout: 268 seconds]
bhipple has joined #nixos-dev
justanotheruser has quit [Ping timeout: 260 seconds]
kenjis1 has quit [Ping timeout: 248 seconds]
kenjis1 has joined #nixos-dev
justanotheruser has joined #nixos-dev
orivej has joined #nixos-dev
<lovesegfault> Anyone knows what's up with staging?
Synthetica has quit [Quit: Connection closed for inactivity]
<worldofpeace> jtojnar++
<{^_^}> jtojnar's karma got increased to 25
<worldofpeace> Jan Tojnar: yay! It was really annoying having to use flatpak just for that app
bhipple has quit [Ping timeout: 265 seconds]
<Profpatsch> nix-build https://github.com/openlab-aux/vuizvui/archive/master.tar.gz -A pkgs.profpatsch.e
<Profpatsch> qyliss: ^
bhipple has joined #nixos-dev
<Profpatsch> There’s also a nix-run command, which can be used to run scripts directly, like
<Profpatsch> e> nix-run { -E "with import <nixpkgs> {}; writers.writeDash ''foo'' ''echo hello $1!''" } yourname
<Profpatsch> hello yourname!
<Profpatsch> It takes nix-build arguments in the block and arguments to the command after
<Profpatsch> I like it very much
__monty__ has quit [Quit: leaving]
ixxie has joined #nixos-dev
kenjis1 has quit [Ping timeout: 260 seconds]
rajivr___ has quit [Quit: Connection closed for inactivity]
orivej has quit [Ping timeout: 268 seconds]
<gchristensen> some data I looked up for ttuegel, Over the last 30d, we've merged 1450 PRs, and closed 207 without merging. Comparing this time today to this time 30 days ago, we have 38 more PRs open. Comparing PRs which are approved and ofborg has passed, we have 100 now whereas 30 days ago we had 106.
<gchristensen> I think we're doing pretty good work, y'all :)
<qyliss> :)
<qyliss> I do quite enjoy looking at the GitHub pulse
<gchristensen> though careful, the data is bad for a few weeks in early January, so a 30d offset gets a bit dicey
ixxie has quit [Ping timeout: 272 seconds]