00:05
<
{^_^} >
#63829 (by tadeokondrak, 6 weeks ago, open): pkgsi686Linux.qt5.qtbase fails to build
00:08
<
averell >
you can revert f6763cc130d72e5ce81265a12a82b3171af60a7c for a workaround
00:10
<
ivan >
ah thanks averell
00:10
<
ivan >
I didn't realize there was a new cause for that
00:12
<
averell >
i'm not sure it's a new cause, that was probably just the qt wrapper causing a rebuild. i think we probably need this gcc6 workaround for qtbase there too sooner or later.
00:34
drakonis_ has joined #nixos-dev
00:34
page has quit [Ping timeout: 244 seconds]
00:36
nix-build has joined #nixos-dev
00:36
{^_^} is now known as Guest77051
00:37
nix-build has quit [Remote host closed the connection]
00:38
drakonis has quit [Ping timeout: 252 seconds]
00:39
Guest77051 has quit [Remote host closed the connection]
00:41
<
ivan >
gchristensen: routes to my LAN are broken after setting things up as your PR suggests, they worked fine with wg-quick on Debian
00:42
<
gchristensen >
hrm. ouch. what was your table named?
00:42
page has joined #nixos-dev
00:42
<
ivan >
gchristensen: "51820"
00:42
<
ivan >
oh uh do I need to match my port
00:42
<
gchristensen >
did anyone have channels they wanted {^_^} to be in?
00:43
<
gchristensen >
no you don't
00:43
<
gchristensen >
but maybe one of those lines should have applied to "main"
00:43
<
gchristensen >
suppress_prefixlength
00:47
gchristensen is now known as {^_^}
00:47
{^_^} is now known as gchristensen
00:49
{^_^} has joined #nixos-dev
01:11
gchristensen has quit [Quit: WeeChat 2.4]
01:13
{^_^} is now known as Guest96999
01:13
nix-build has joined #nixos-dev
01:15
gchristensen has joined #nixos-dev
01:15
Guest96999 has quit [Ping timeout: 248 seconds]
01:16
gchristensen is now known as {^_^}
01:16
{^_^} is now known as gchristensen
01:17
nix-build has quit [Remote host closed the connection]
01:17
{^_^} has joined #nixos-dev
02:06
Guest14863 has quit [Ping timeout: 246 seconds]
02:29
drakonis has joined #nixos-dev
02:37
harrow has quit [Quit: Leaving]
02:37
ivan has quit [Quit: lp0 on fire]
02:41
ivan has joined #nixos-dev
02:43
drakonis1 has joined #nixos-dev
02:43
layus has joined #nixos-dev
02:46
drakonis_ has quit [Ping timeout: 264 seconds]
02:48
harrow has joined #nixos-dev
02:56
johnny101m has quit [Quit: -a- Connection Timed Out]
02:57
harrow has quit [Ping timeout: 272 seconds]
02:58
ivan has quit [Ping timeout: 245 seconds]
02:59
harrow has joined #nixos-dev
03:00
ivan has joined #nixos-dev
03:02
johnny101m has joined #nixos-dev
04:33
drakonis has quit [Quit: WeeChat 2.4]
05:59
drakonis1 has quit [Quit: WeeChat 2.4]
05:59
drakonis has joined #nixos-dev
06:01
drakonis_ has joined #nixos-dev
06:04
drakonis has quit [Ping timeout: 264 seconds]
06:08
drakonis has joined #nixos-dev
06:13
drakonis_ has quit [Ping timeout: 244 seconds]
06:34
drakonis_ has joined #nixos-dev
06:37
drakonis has quit [Ping timeout: 252 seconds]
06:43
drakonis_ has quit [Read error: Connection reset by peer]
06:43
drakonis_ has joined #nixos-dev
07:05
Jackneill has joined #nixos-dev
07:17
johanot has joined #nixos-dev
07:47
sogatori has joined #nixos-dev
08:06
FRidh has joined #nixos-dev
08:47
__monty__ has joined #nixos-dev
09:24
sogatori has quit [Remote host closed the connection]
09:38
<
domenkozar[m] >
going to clean up nixos options generation
09:39
Guest14863 has joined #nixos-dev
09:39
<
domenkozar[m] >
lots of cruft in there
09:40
orivej has joined #nixos-dev
09:54
pie_ has quit [Ping timeout: 252 seconds]
10:23
pie_ has joined #nixos-dev
10:32
pie_ has quit [Remote host closed the connection]
10:44
pie_ has joined #nixos-dev
10:53
pie_ has quit [Ping timeout: 252 seconds]
11:00
orivej has quit [Ping timeout: 248 seconds]
11:40
sogatori has joined #nixos-dev
11:58
psyanticy has joined #nixos-dev
12:07
FRidh has quit [Ping timeout: 246 seconds]
12:28
orivej has joined #nixos-dev
12:34
orivej has quit [Ping timeout: 272 seconds]
13:08
pie_ has joined #nixos-dev
13:23
Guest14863 has quit [Ping timeout: 258 seconds]
13:25
Guest14863 has joined #nixos-dev
13:45
orivej has joined #nixos-dev
13:56
FRidh has joined #nixos-dev
14:13
Guest14863 has quit [Ping timeout: 246 seconds]
14:14
<
{^_^} >
#66328 (by domenkozar, 17 seconds ago, open): Extract NixOS options documentation generation to a function
14:14
<
domenkozar[m] >
feedback welcome :)
14:15
<
gchristensen >
I find it a biiiit spooky having other tools depend on it, in case this function needs to be changed
14:15
<
gchristensen >
although it seems unlikely that specific code will change significantly in ways that breaks other users
14:16
<
gchristensen >
maybe there should be a <nixpkgs/nixos/lib> which is importable
14:16
<
domenkozar[m] >
can that be out of scope?
14:16
<
gchristensen >
definitely not prescribing work here
14:16
<
domenkozar[m] >
ok :)
14:17
<
domenkozar[m] >
I want to take simple steps, I think that function can be refactored, but this is the minimal step to get something reusable
14:17
<
gchristensen >
I like a lot that the default.nix here is made simpler to grok
14:18
<
domenkozar[m] >
I made options transformations a high order function, so one can plug in whatever
14:18
<
domenkozar[m] >
this hasn't changed much in last 10 years
14:19
<
domenkozar[m] >
besides catching ugly bugs like you shouldn't have derivations in manual output
14:19
<
gchristensen >
yeah
14:19
<
domenkozar[m] >
nix-darwin and arion have exact copies of this code so I though that's a waste
14:19
<
gchristensen >
probably so!
14:19
<
infinisil >
domenkozar[m]: home-manager I think too
14:20
<
domenkozar[m] >
there you go :)
14:20
<
gchristensen >
btw, new tz, new offer: if anybody'd like {^_^} in their channel, we can add it now
14:21
<
domenkozar[m] >
what does it do
14:21
<
gchristensen >
mostly factoids
14:21
<
gchristensen >
and a nix evaluator
14:21
<
gchristensen >
> 1 + 1
14:22
__monty__ has quit [Quit: leaving]
14:23
<
infinisil >
And karma, and PR linking
14:23
<
gchristensen >
infinisil: wrote most of the interesting features
14:24
<
gchristensen >
(all?)
14:24
<
infinisil >
The commit/pr notifications are quite nice too :)
14:25
<
gchristensen >
oh yeah!
14:25
<
infinisil >
gchristensen: You're running those right?
14:25
<
gchristensen >
yeah
14:25
<
gchristensen >
basically using rabbitmq as a http->irc gateway
14:28
<
samueldr >
commits/prs written by me, ran on gchristensen's infra
14:29
<
samueldr >
the channels advances thing is by gchristensen though
14:31
<
gchristensen >
truly a group effort
14:34
<
kgz >
what's the latest on rfc 39 (unprivileged maintainer team)?
14:36
<
gchristensen >
I wrote out the skeleton a couple nights ago, and will be implementing the remainder hopefully in the next few evenings
14:38
<
gchristensen >
kgz: I have manually created the team and added a person or two to it already. I can add more by hand :)
14:40
<
kgz >
if you want any help testing out automation, hit me up
14:40
<
gchristensen >
thank you!
14:56
drakonis has joined #nixos-dev
15:00
<
adisbladis >
gchristensen: Is the source code for {^_^} public?
15:00
<
gchristensen >
uhhh
15:01
<
gchristensen >
soooort of
15:01
<
adisbladis >
I wanted to add a feature
15:01
<
adisbladis >
If it's not already there ^_^
15:01
<
gchristensen >
there is some anti-spam stuff in there, and I stopped publishing the source when a spammer found the source and evaded it :P
15:01
<
gchristensen >
so maybe should parameterize it and extract it to a private config
15:01
<
gchristensen >
what do you wnat to add?
15:02
<
adisbladis >
gchristensen: Get notices from the nixpkgs tracker filtered by topic
15:02
<
gchristensen >
oooh!
15:02
<
gchristensen >
okay, so here is an important thing about {^_^}: it is modular. {^_^}'s IRC connection is just a rabbitmq <-> irc gateway, and all the smarts is done by backends like ^
15:03
<
gchristensen >
so if you want to copypasta samueldr's example there, or go it alone implementing it differently, we could run it easily :)
15:04
ixxie has joined #nixos-dev
15:04
<
adisbladis >
samueldr: Ohh ruby, I haven't touched that in a long time
15:04
<
samueldr >
tbf, you're underselling it since rabbitmq doesn't provide only IRC, but it also provides github events
15:04
<
adisbladis >
Looks simple enough. Thanks gchristensen & samueldr
15:05
<
gchristensen >
adisbladis: if you want other language impls, I can send you info
15:05
<
samueldr >
(and it could provide other messages of interest if needed)
15:05
<
adisbladis >
gchristensen: That's ok. It's perfectly readable :)
15:05
<
gchristensen >
cool
15:06
<
samueldr >
adisbladis: the webhook was used in development only
15:08
<
gchristensen >
oh yeah that is a cool one too because it also shows the github webhook events
15:21
cransom has quit [Quit: WeeChat 2.4]
15:23
cransom has joined #nixos-dev
15:49
orivej has quit [Ping timeout: 246 seconds]
15:58
johnny101m has quit [Remote host closed the connection]
16:22
drakonis has quit [Quit: WeeChat 2.4]
16:28
johanot has quit [Quit: WeeChat 2.4]
16:36
drakonis has joined #nixos-dev
16:36
drakonis1 has joined #nixos-dev
16:38
drakonis_ has quit [Ping timeout: 246 seconds]
16:40
drakonis has quit [Ping timeout: 264 seconds]
16:41
drakonis has joined #nixos-dev
16:43
drakonis1 has quit [Ping timeout: 252 seconds]
16:46
drakonis has quit [Ping timeout: 250 seconds]
17:42
orivej has joined #nixos-dev
18:00
orivej has quit [Ping timeout: 244 seconds]
18:03
orivej has joined #nixos-dev
18:04
johanot has joined #nixos-dev
18:10
orivej has quit [Ping timeout: 272 seconds]
18:17
Jackneill has quit [Remote host closed the connection]
19:02
psyanticy has quit [Quit: Connection closed for inactivity]
19:28
sogatori has quit [Remote host closed the connection]
20:23
johanot has quit [Quit: WeeChat 2.4]
20:34
orivej has joined #nixos-dev
21:18
Jackneill has joined #nixos-dev
21:22
Jackneill has quit [Remote host closed the connection]
21:39
ixxie has quit [Ping timeout: 244 seconds]