00:05
orivej has quit [Ping timeout: 240 seconds]
00:31
bhipple has quit [Ping timeout: 256 seconds]
00:48
drakonis has quit [Quit: WeeChat 2.6]
00:55
_ris has quit [Ping timeout: 272 seconds]
01:06
bhipple has joined #nixos-dev
02:24
<
disasm >
FRidh: how's things going with staging? Are we looking food for a freeze on Monday?
02:32
<
{^_^} >
#77578 (by m1cr0man, 3 weeks ago, open): Replace simp-le with lego and support DNS-01 challenge
02:33
<
clever >
i can take a glance at it
02:39
drakonis has joined #nixos-dev
02:45
<
{^_^} >
#77622 (by R-VdP, 3 weeks ago, open): NixOS/auto-upgrade: offer the possibility to define a reboot window during which the system may be automatically rebooted
02:45
<
{^_^} >
#78453 (by wedens, 2 weeks ago, open): nixos/grub: make memtest work with EFI
03:08
<
clever >
rpi> /nix/var/nix/profiles/system/bin/switch-to-configuration: line 3: use: command not found
03:08
<
clever >
samueldr: and now a perl script is getting parsed by bash!
03:08
<
samueldr >
what did you do now?
03:08
<
clever >
but only when ran over nixops deploy
03:08
<
clever >
it works fine if i ssh in and run it manually
03:09
<
worldofpeace >
hmm, that was a bug I remember happening maybe a release ago
03:09
<
samueldr >
probably unrelated
03:09
<
samueldr >
that was when the kernel broke reading shebangs
03:09
<
worldofpeace >
it was perl shebang related iirc
03:09
<
clever >
#! /nix/store/68n67lfya9q4r893bfz7fwf0p6dkhrxg-perl-5.30.1-armv7l-unknown-linux-gnueabihf/bin/perl -I/nix/store/1gdhc1c5dnbj4dk8ja61hd65r36m9f4l-perl5.30.1-File-Slurp-9999.28-armv7l-unknown-linux-gnueabihf/lib/perl5/site_perl -I/nix/store/mlmb9rch9l9xid50ag008835skd0fn59-perl5.30.1-Net-DBus-1.1.0-armv7l-unknown-linux-gnueabihf/lib/perl5/site_perl -I/nix/store/mr2cgy7qrly88l6a437irc16grc4pxx4-perl5.30.1-XML-Parser-2.44-armv7l-unknown-linux-gnueabihf/lib
03:09
<
worldofpeace >
samueldr: yep
03:10
<
samueldr >
is that path available when it tries to run it, initially, clever?
03:10
<
clever >
samueldr: nixops fails on every deploy, but manually running from bash+ssh works every time, for the same storepath in both cases
03:11
<
clever >
the journal is also still kaput, so i cant see whats happening there
03:15
<
clever >
ok, strange, the system profile doesnt update on deploy
03:21
ajs124 has quit [Remote host closed the connection]
03:21
das_j has quit [Remote host closed the connection]
03:21
Scriptkiddi has quit [Remote host closed the connection]
03:21
<
clever >
wait a second
03:21
ajs124 has joined #nixos-dev
03:21
<
clever >
losure", ["nix-copy-closure", "--to", "root@192.168.2.11", "/nix
03:21
<
clever >
the pi is at 111
03:22
Scriptkiddi has joined #nixos-dev
03:22
<
clever >
(facepalm)
03:22
das_j has joined #nixos-dev
03:22
<
clever >
samueldr: i was deploying the rpi build, to my x86 nas
03:22
<
clever >
the arm perl failed, so bash assumed its a bash script
03:22
<
samueldr >
oh, and maybe not exactly relevant to -dev :)
03:22
<
samueldr >
but yeah, explains it all
03:26
<
samueldr >
worldofpeace: on the memtest PR
05:07
<
genesis >
how to presize pkg would have to be build against an override one, in my case i want to pkg.openssl_1_1.override with "enable-weak-ssl-ciphers enable-ssl3 enable-ssl3-method" only for nginx
05:08
<
genesis >
(at least i care if overried openssl is for every pkg, but i'd like nginx rebuild against it)
05:08
<
genesis >
s/dont care/
05:09
<
samueldr >
something like `nginx.override { openssl = pkgs.openssl_1_1.override{/*??*/}; };` where I assume your enable weak ssl would be part of the nix derivation already, but maybe not
05:09
<
genesis >
i was thinking fix that in my configuration.nix
05:13
<
genesis >
services.nginx.package = customopenssl, would be work
05:13
<
genesis >
let's try.
05:18
<
jtojnar >
worldofpeace any idea what could be relying on desktop-file-utils besides flatpak?
05:27
bhipple has quit [Ping timeout: 260 seconds]
05:29
bhipple has joined #nixos-dev
05:48
<
genesis >
services.nginx.package = pkgs.nginx.override { openssl = pkgs.openssl.override { enableSSL2 = true; }; }; seems to work
05:49
<
genesis >
i'll fix configureFlags later
05:50
<
genesis >
i want to test ciphers with this .
05:51
bhipple has quit [Ping timeout: 268 seconds]
05:52
bhipple has joined #nixos-dev
06:12
colemickens has joined #nixos-dev
06:21
bhipple has quit [Remote host closed the connection]
06:30
orivej has joined #nixos-dev
06:51
drakonis has quit [Ping timeout: 272 seconds]
07:03
callahad870 has joined #nixos-dev
07:56
FRidh2 has joined #nixos-dev
08:52
ixxie has joined #nixos-dev
08:59
sogatori has joined #nixos-dev
09:50
lovesegfault has quit [Ping timeout: 268 seconds]
10:07
ixxie has quit [Ping timeout: 260 seconds]
10:23
__monty__ has joined #nixos-dev
10:26
ciil has quit [Quit: Lost terminal]
10:31
<
FRidh2 >
on staging /nix/store/ciwp1yj92pvlyzx0zygv0nr653658pw6-separate-debug-info.sh: line 31: --only-keep-debug: command not found I guess it's the bison bump? Is that likely? Will check it but it takes times...
10:32
<
FRidh2 >
ah, no it is not
10:33
_ris has joined #nixos-dev
11:11
* genesis
stucks with TLSv1 Record Layer: Alert (Level: Fatal, Description: Unknown CA)
11:34
ixxie has joined #nixos-dev
12:30
bennofs has joined #nixos-dev
13:08
bennofs has quit [Ping timeout: 272 seconds]
13:30
<
gchristensen >
I got that "latest finished" query down from 10 min to ~250ms
13:37
<
LnL >
I still wonder what the query optimizer is doing differently there
13:39
<
gchristensen >
I'll show you! :)
13:46
<
LnL >
weird, wasn't that also an index lookup with jobset before?
13:53
<
LnL >
oh it's the sort?
13:53
<
gchristensen >
I guess that is part of it yeah
13:54
<
gchristensen >
no, actuallyno
13:54
<
gchristensen >
-> Nested Loop Left Join (cost=1.27..2639.70 rows=37 width=413) (actual time=90.700..232885.490 rows=3884 loops=1) <_ actual time here is very high
13:54
<
gchristensen >
and many of the steps here have a very high number of loops
13:56
<
LnL >
yeah, but the previous index includes id DESC
14:22
<
gchristensen >
LnL: 20GB vs. 5696 MB
14:23
<
gchristensen >
so there you go, thatsecond index much more easily fits in to RAM
14:23
<
LnL >
yeah it's 2x and the subquery is executed for each jobsetevalmember
14:25
<
LnL >
well 4x because i686 and aarch64
14:26
<
gchristensen >
yeah
14:27
<
gchristensen >
anyway, does this change look good to you? :)
14:31
<
gchristensen >
cool
14:32
<
gchristensen >
a future change i want to make is looking at job by ID too, I suspect that might reduce that index a lot more
14:39
orivej has quit [Ping timeout: 260 seconds]
14:42
tilpner has joined #nixos-dev
15:14
drakonis has joined #nixos-dev
15:23
drakonis has quit [Quit: WeeChat 2.6]
15:33
bhipple has joined #nixos-dev
15:53
_ris is now known as ris
16:12
ixxie has quit [Ping timeout: 272 seconds]
16:28
bennofs has joined #nixos-dev
16:36
bennofs has joined #nixos-dev
16:42
bennofs has quit [Ping timeout: 272 seconds]
17:03
<
clever >
disasm: i can reproduce the problem, will read the logs more today
18:09
andi- has quit [Quit: WeeChat 2.6]
18:10
andi- has joined #nixos-dev
18:16
justanotheruser has quit [Ping timeout: 260 seconds]
18:23
justanotheruser has joined #nixos-dev
18:30
ixxie has joined #nixos-dev
19:45
bhipple has quit [Ping timeout: 268 seconds]
20:17
sogatori has quit [Remote host closed the connection]
20:44
lovesegfault has joined #nixos-dev
21:08
lovesegfault has quit [Quit: WeeChat 2.7]
21:24
mmlb has quit [*.net *.split]
21:24
arianvp has quit [*.net *.split]
21:24
spacekookie has quit [*.net *.split]
21:24
pie_[bnc] has quit [*.net *.split]
21:24
Profpatsch has quit [*.net *.split]
21:24
aszlig has quit [*.net *.split]
21:24
octe has quit [*.net *.split]
21:24
samueldr has quit [*.net *.split]
21:24
betawaffle has quit [*.net *.split]
21:25
spacekookie has joined #nixos-dev
21:25
mmlb has joined #nixos-dev
21:25
Profpatsch has joined #nixos-dev
21:25
pie_[bnc] has joined #nixos-dev
21:25
aszlig has joined #nixos-dev
21:25
arianvp has joined #nixos-dev
21:25
octe has joined #nixos-dev
21:25
betawaffle has joined #nixos-dev
21:25
samueldr has joined #nixos-dev
21:26
samueldr has quit [Excess Flood]
21:26
FRidh2 has quit [Quit: Konversation terminated!]
21:29
worldofpeace has quit [*.net *.split]
21:29
roberth has quit [*.net *.split]
21:29
mkaito has quit [*.net *.split]
21:29
davidtwco has quit [*.net *.split]
21:29
klys has quit [*.net *.split]
21:29
ashkitten has quit [*.net *.split]
21:29
johanot has quit [*.net *.split]
21:29
manveru has quit [*.net *.split]
21:30
lightbulbjim has quit [*.net *.split]
21:30
{^_^} has quit [*.net *.split]
21:30
fpletz has quit [*.net *.split]
21:30
flokli has quit [*.net *.split]
21:30
capisce has quit [*.net *.split]
21:30
cocreature has quit [*.net *.split]
21:30
flokli has joined #nixos-dev
21:30
capisce has joined #nixos-dev
21:30
manveru has joined #nixos-dev
21:30
mkaito has joined #nixos-dev
21:30
worldofpeace has joined #nixos-dev
21:30
ashkitten has joined #nixos-dev
21:30
lightbulbjim has joined #nixos-dev
21:30
{^_^} has joined #nixos-dev
21:30
johanot has joined #nixos-dev
21:30
fpletz has joined #nixos-dev
21:30
roberth has joined #nixos-dev
21:30
davidtwco has joined #nixos-dev
21:30
klys has joined #nixos-dev
21:30
cocreature has joined #nixos-dev
21:30
LnL has joined #nixos-dev
21:31
andi- has quit [*.net *.split]
21:31
callahad870 has quit [*.net *.split]
21:31
Scriptkiddi has quit [*.net *.split]
21:31
harrow has quit [*.net *.split]
21:31
WilliButz has quit [*.net *.split]
21:31
Nyanloutre[m] has quit [*.net *.split]
21:31
teehemkay has quit [*.net *.split]
21:31
genesis has quit [*.net *.split]
21:31
misuzu has quit [*.net *.split]
21:31
srk has quit [*.net *.split]
21:31
hyperfekt has quit [*.net *.split]
21:31
samueldr has joined #nixos-dev
21:32
srk has joined #nixos-dev
21:32
hyperfekt has joined #nixos-dev
21:33
colemickens has quit [Ping timeout: 240 seconds]
21:33
domenkozar[m] has quit [Ping timeout: 240 seconds]
21:33
mkg20001 has quit [*.net *.split]
21:33
rycee has quit [*.net *.split]
21:33
jtojnar has quit [*.net *.split]
21:33
scott has quit [*.net *.split]
21:33
chrisaw has quit [*.net *.split]
21:33
tv has quit [*.net *.split]
21:33
cbarrett has quit [*.net *.split]
21:33
pepesza has quit [*.net *.split]
21:33
ericnoan has quit [*.net *.split]
21:33
vdemeester has quit [*.net *.split]
21:33
aristid has quit [*.net *.split]
21:33
teozkr has quit [*.net *.split]
21:33
thoughtpolice has quit [*.net *.split]
21:33
manveru has quit [Ping timeout: 270 seconds]
21:33
emily has quit [Ping timeout: 252 seconds]
21:33
pepesza has joined #nixos-dev
21:33
roberth has quit [Ping timeout: 246 seconds]
21:33
davidtwco has quit [Ping timeout: 246 seconds]
21:33
harrow has joined #nixos-dev
21:33
Scriptkiddi has joined #nixos-dev
21:33
Nyanloutre[m] has joined #nixos-dev
21:33
WilliButz has joined #nixos-dev
21:33
callahad870 has joined #nixos-dev
21:33
andi- has joined #nixos-dev
21:33
genesis has joined #nixos-dev
21:33
teehemkay has joined #nixos-dev
21:33
misuzu has joined #nixos-dev
21:33
andi- has quit [Max SendQ exceeded]
21:33
teozkr has joined #nixos-dev
21:33
alienpirate5 has quit [Ping timeout: 245 seconds]
21:33
averell has quit [*.net *.split]
21:33
abbradar[m] has quit [Ping timeout: 256 seconds]
21:33
cbarrett has joined #nixos-dev
21:33
rnhmjoj has quit [Ping timeout: 258 seconds]
21:33
vdemeester has joined #nixos-dev
21:33
Ox4A6F has quit [Ping timeout: 258 seconds]
21:33
aristid has joined #nixos-dev
21:33
scott has joined #nixos-dev
21:33
vaibhavsagar has quit [Ping timeout: 252 seconds]
21:33
chrisaw has joined #nixos-dev
21:33
thoughtpolice has joined #nixos-dev
21:33
scott has joined #nixos-dev
21:33
scott has quit [Changing host]
21:33
scott has joined #nixos-dev
21:33
scott has quit [Changing host]
21:33
vdemeester has joined #nixos-dev
21:33
vdemeester has quit [Changing host]
21:34
thoughtpolice has joined #nixos-dev
21:34
thoughtpolice has quit [Changing host]
21:34
dtz has quit [Ping timeout: 245 seconds]
21:34
worldofpeace has quit [Ping timeout: 246 seconds]
21:34
jonge[m] has quit [Ping timeout: 252 seconds]
21:34
averell has joined #nixos-dev
21:34
ericnoan has joined #nixos-dev
21:34
ma27[m] has quit [Ping timeout: 260 seconds]
21:34
arcnmx has quit [Ping timeout: 260 seconds]
21:34
Nyanloutre[m] has quit [Ping timeout: 277 seconds]
21:34
davidtwco has joined #nixos-dev
21:35
andi- has joined #nixos-dev
21:35
samueldr has quit [*.net *.split]
21:35
alunduil has quit [*.net *.split]
21:35
Cale has quit [*.net *.split]
21:35
kraem has quit [*.net *.split]
21:35
bridge[evilred] has quit [*.net *.split]
21:35
alp has quit [*.net *.split]
21:35
obadz has quit [*.net *.split]
21:35
eyJhb has quit [*.net *.split]
21:35
ericnoan has quit [*.net *.split]
21:35
callahad870 has quit [*.net *.split]
21:35
Scriptkiddi has quit [*.net *.split]
21:35
harrow has quit [*.net *.split]
21:35
WilliButz has quit [*.net *.split]
21:35
teehemkay has quit [*.net *.split]
21:35
genesis has quit [*.net *.split]
21:35
misuzu has quit [*.net *.split]
21:35
averell has quit [*.net *.split]
21:35
srk has quit [*.net *.split]
21:35
hyperfekt has quit [*.net *.split]
21:35
scott has quit [*.net *.split]
21:35
aristid has quit [*.net *.split]
21:35
cbarrett has quit [*.net *.split]
21:35
LnL has quit [*.net *.split]
21:35
mkaito has quit [*.net *.split]
21:35
klys has quit [*.net *.split]
21:35
davidtwco has quit [*.net *.split]
21:35
chrisaw has quit [*.net *.split]
21:35
ashkitten has quit [*.net *.split]
21:35
johanot has quit [*.net *.split]
21:35
lightbulbjim has quit [*.net *.split]
21:35
{^_^} has quit [*.net *.split]
21:35
fpletz has quit [*.net *.split]
21:35
flokli has quit [*.net *.split]
21:35
capisce has quit [*.net *.split]
21:35
cocreature has quit [*.net *.split]
21:35
mmlb has quit [*.net *.split]
21:35
arianvp has quit [*.net *.split]
21:35
spacekookie has quit [*.net *.split]
21:35
pie_[bnc] has quit [*.net *.split]
21:35
Profpatsch has quit [*.net *.split]
21:35
aszlig has quit [*.net *.split]
21:35
octe has quit [*.net *.split]
21:35
betawaffle has quit [*.net *.split]
21:35
das_j has quit [*.net *.split]
21:35
zarel has quit [*.net *.split]
21:35
layus[m] has quit [*.net *.split]
21:35
bennofs[m] has quit [*.net *.split]
21:35
Ericson2314 has quit [*.net *.split]
21:35
cptchaos83 has quit [*.net *.split]
21:35
tdeo has quit [*.net *.split]
21:35
pepesza has quit [*.net *.split]
21:35
tilpner has quit [*.net *.split]
21:35
__monty__ has quit [*.net *.split]
21:35
ris has quit [*.net *.split]
21:35
janneke has quit [*.net *.split]
21:35
niksnut has quit [*.net *.split]
21:35
evanjs has quit [*.net *.split]
21:35
kcalvinalvin has quit [*.net *.split]
21:35
nh2 has quit [*.net *.split]
21:35
thoughtpolice has quit [*.net *.split]
21:35
teozkr has quit [*.net *.split]
21:35
ajs124 has quit [*.net *.split]
21:35
timokau[m] has quit [*.net *.split]
21:35
thefloweringash has quit [*.net *.split]
21:35
greizgh has quit [*.net *.split]
21:35
FRidh has quit [*.net *.split]
21:35
phreedom has quit [*.net *.split]
21:35
Jackneill has quit [*.net *.split]
21:35
qyliss has quit [*.net *.split]
21:35
thonkpod has quit [*.net *.split]
21:35
aminechikhaoui has quit [*.net *.split]
21:35
puck has quit [*.net *.split]
21:35
Guest17523 has quit [*.net *.split]
21:35
makefu has quit [*.net *.split]
21:35
ekleog has quit [*.net *.split]
21:35
danderson has quit [*.net *.split]
21:35
clever has quit [*.net *.split]
21:35
stew has quit [*.net *.split]
21:35
page has quit [*.net *.split]
21:35
nbp has quit [*.net *.split]
21:35
asymmetric has quit [*.net *.split]
21:35
ryantm has quit [*.net *.split]
21:35
adisbladis has quit [*.net *.split]
21:35
ixxie has quit [*.net *.split]
21:35
lassulus has quit [*.net *.split]
21:35
grw has quit [*.net *.split]
21:35
delroth has quit [*.net *.split]
21:35
infinisil has quit [*.net *.split]
21:35
cransom has quit [*.net *.split]
21:35
dongcarl has quit [*.net *.split]
21:35
johnny101 has quit [*.net *.split]
21:35
FireFly has quit [*.net *.split]
21:35
yorick has quit [*.net *.split]
21:35
justanotheruser has quit [*.net *.split]
21:35
evils has quit [*.net *.split]
21:35
ivan has quit [*.net *.split]
21:35
bgamari has quit [*.net *.split]
21:35
lopsided98 has quit [*.net *.split]
21:35
kgz has quit [*.net *.split]
21:35
andi- has quit [*.net *.split]
21:35
aria has quit [*.net *.split]
21:35
feepo has quit [*.net *.split]
21:35
michaelpj has quit [*.net *.split]
21:35
c00w has quit [*.net *.split]
21:35
jared-w has quit [*.net *.split]
21:35
zimbatm has quit [*.net *.split]
21:35
carter has quit [*.net *.split]
21:35
emilazy has quit [*.net *.split]
21:35
angerman has quit [*.net *.split]
21:35
srhb has quit [*.net *.split]
21:35
Shados has quit [*.net *.split]
21:35
Taneb has quit [*.net *.split]
21:35
sphalerite has quit [*.net *.split]
21:35
disasm has quit [*.net *.split]
21:35
etu has quit [*.net *.split]
21:35
shlevy has quit [*.net *.split]
21:35
__red__ has quit [*.net *.split]
21:35
noonien has quit [*.net *.split]
21:35
tazjin has quit [*.net *.split]
21:35
hexa- has quit [*.net *.split]
21:35
q3k has quit [*.net *.split]
21:35
fadenb has quit [*.net *.split]
21:35
gchristensen has quit [*.net *.split]
21:35
catern has quit [*.net *.split]
21:35
primeos has quit [*.net *.split]
21:35
hl has quit [*.net *.split]
21:35
ChanServ has quit [*.net *.split]
21:35
teozkr has joined #nixos-dev
21:35
klys has joined #nixos-dev
21:35
__monty__ has joined #nixos-dev
21:35
cptchaos83 has joined #nixos-dev
21:35
layus[m] has joined #nixos-dev
21:35
Scriptkiddi has joined #nixos-dev
21:35
davidtwco has joined #nixos-dev
21:35
niksnut has joined #nixos-dev
21:35
fpletz has joined #nixos-dev
21:35
aristid has joined #nixos-dev
21:35
andi- has joined #nixos-dev
21:35
ixxie has joined #nixos-dev
21:35
evils has joined #nixos-dev
21:35
chrisaw has joined #nixos-dev
21:35
zarel has joined #nixos-dev
21:35
janneke has joined #nixos-dev
21:35
pepesza has joined #nixos-dev
21:35
aszlig has joined #nixos-dev
21:35
hyperfekt has joined #nixos-dev
21:35
harrow has joined #nixos-dev
21:35
genesis has joined #nixos-dev
21:35
scott has joined #nixos-dev
21:35
misuzu has joined #nixos-dev
21:35
timokau[m] has joined #nixos-dev
21:35
mkaito has joined #nixos-dev
21:35
ashkitten has joined #nixos-dev
21:35
thoughtpolice has joined #nixos-dev
21:35
teehemkay has joined #nixos-dev
21:35
LnL has joined #nixos-dev
21:35
flokli has joined #nixos-dev
21:35
capisce has joined #nixos-dev
21:35
tilpner has joined #nixos-dev
21:35
betawaffle has joined #nixos-dev
21:35
cbarrett has joined #nixos-dev
21:35
mmlb has joined #nixos-dev
21:35
callahad870 has joined #nixos-dev
21:35
{^_^} has joined #nixos-dev
21:35
ericnoan has joined #nixos-dev
21:35
ajs124 has joined #nixos-dev
21:35
greizgh has joined #nixos-dev
21:35
grw has joined #nixos-dev
21:35
srk has joined #nixos-dev
21:35
kcalvinalvin has joined #nixos-dev
21:35
WilliButz has joined #nixos-dev
21:35
q3k has joined #nixos-dev
21:35
spacekookie has joined #nixos-dev
21:35
FRidh has joined #nixos-dev
21:35
vdemeester has joined #nixos-dev
21:35
bennofs[m] has joined #nixos-dev
21:35
octe has joined #nixos-dev
21:35
Ericson2314 has joined #nixos-dev
21:35
johanot has joined #nixos-dev
21:35
pie_[bnc] has joined #nixos-dev
21:35
Jackneill has joined #nixos-dev
21:35
ivan has joined #nixos-dev
21:35
lightbulbjim has joined #nixos-dev
21:35
arianvp has joined #nixos-dev
21:35
lassulus has joined #nixos-dev
21:35
delroth has joined #nixos-dev
21:35
tazjin has joined #nixos-dev
21:35
noonien has joined #nixos-dev
21:35
das_j has joined #nixos-dev
21:35
phreedom has joined #nixos-dev
21:35
hexa- has joined #nixos-dev
21:35
cocreature has joined #nixos-dev
21:35
evanjs has joined #nixos-dev
21:35
fadenb has joined #nixos-dev
21:35
tdeo has joined #nixos-dev
21:35
ris has joined #nixos-dev
21:35
Profpatsch has joined #nixos-dev
21:35
averell has joined #nixos-dev
21:35
justanotheruser has joined #nixos-dev
21:35
thefloweringash has joined #nixos-dev
21:35
qyliss has joined #nixos-dev
21:35
aria has joined #nixos-dev
21:35
thonkpod has joined #nixos-dev
21:35
nh2 has joined #nixos-dev
21:35
aminechikhaoui has joined #nixos-dev
21:35
catern has joined #nixos-dev
21:35
yorick has joined #nixos-dev
21:35
hl has joined #nixos-dev
21:35
etu has joined #nixos-dev
21:35
nbp has joined #nixos-dev
21:35
shlevy has joined #nixos-dev
21:35
primeos has joined #nixos-dev
21:35
Taneb has joined #nixos-dev
21:35
__red__ has joined #nixos-dev
21:35
disasm has joined #nixos-dev
21:35
srhb has joined #nixos-dev
21:35
feepo has joined #nixos-dev
21:35
ChanServ has joined #nixos-dev
21:35
FireFly has joined #nixos-dev
21:35
johnny101 has joined #nixos-dev
21:35
michaelpj has joined #nixos-dev
21:35
Shados has joined #nixos-dev
21:35
c00w has joined #nixos-dev
21:35
infinisil has joined #nixos-dev
21:35
puck has joined #nixos-dev
21:35
sphalerite has joined #nixos-dev
21:35
edef has joined #nixos-dev
21:35
emilazy has joined #nixos-dev
21:35
lopsided98 has joined #nixos-dev
21:35
page has joined #nixos-dev
21:35
angerman has joined #nixos-dev
21:35
adisbladis has joined #nixos-dev
21:35
asymmetric has joined #nixos-dev
21:35
ryantm has joined #nixos-dev
21:35
clever has joined #nixos-dev
21:35
zimbatm has joined #nixos-dev
21:35
dongcarl has joined #nixos-dev
21:35
bgamari has joined #nixos-dev
21:35
stew has joined #nixos-dev
21:35
kgz has joined #nixos-dev
21:35
carter has joined #nixos-dev
21:35
makefu has joined #nixos-dev
21:35
gchristensen has joined #nixos-dev
21:35
Guest17523 has joined #nixos-dev
21:35
cransom has joined #nixos-dev
21:35
ekleog has joined #nixos-dev
21:35
danderson has joined #nixos-dev
21:35
jared-w has joined #nixos-dev
21:35
dmj` has quit [Max SendQ exceeded]
21:35
Jackneill has quit [*.net *.split]
21:35
qyliss has quit [*.net *.split]
21:35
thonkpod has quit [*.net *.split]
21:35
puck has quit [*.net *.split]
21:35
aminechikhaoui has quit [*.net *.split]
21:35
ekleog has quit [*.net *.split]
21:35
clever has quit [*.net *.split]
21:35
Guest17523 has quit [*.net *.split]
21:35
danderson has quit [*.net *.split]
21:35
makefu has quit [*.net *.split]
21:35
stew has quit [*.net *.split]
21:35
page has quit [*.net *.split]
21:35
asymmetric has quit [*.net *.split]
21:35
ryantm has quit [*.net *.split]
21:35
nbp has quit [*.net *.split]
21:35
edef has quit [*.net *.split]
21:35
adisbladis has quit [*.net *.split]
21:35
teehemkay has quit [Ping timeout: 275 seconds]
21:36
noonien has quit [Ping timeout: 252 seconds]
21:36
ixxie has quit [*.net *.split]
21:36
lassulus has quit [*.net *.split]
21:36
grw has quit [*.net *.split]
21:36
delroth has quit [*.net *.split]
21:36
infinisil has quit [*.net *.split]
21:36
cransom has quit [*.net *.split]
21:36
dongcarl has quit [*.net *.split]
21:36
johnny101 has quit [*.net *.split]
21:36
FireFly has quit [*.net *.split]
21:36
yorick has quit [*.net *.split]
21:36
tv has joined #nixos-dev
21:36
obadz has joined #nixos-dev
21:36
edwtjo has joined #nixos-dev
21:36
eyJhb has joined #nixos-dev
21:36
alp has joined #nixos-dev
21:36
bridge[evilred] has joined #nixos-dev
21:36
kraem has joined #nixos-dev
21:36
Cale has joined #nixos-dev
21:36
alunduil has joined #nixos-dev
21:36
samueldr has joined #nixos-dev
21:36
samueldr has quit [Excess Flood]
21:36
manveru has joined #nixos-dev
21:36
manveru has joined #nixos-dev
21:36
manveru has quit [Changing host]
21:36
danderson has joined #nixos-dev
21:36
ekleog has joined #nixos-dev
21:36
makefu has joined #nixos-dev
21:36
Guest17523 has joined #nixos-dev
21:36
aminechikhaoui has joined #nixos-dev
21:36
puck has joined #nixos-dev
21:36
Jackneill has joined #nixos-dev
21:36
page has joined #nixos-dev
21:36
thonkpod has joined #nixos-dev
21:36
qyliss has joined #nixos-dev
21:36
stew has joined #nixos-dev
21:36
clever has joined #nixos-dev
21:36
edef has joined #nixos-dev
21:36
adisbladis has joined #nixos-dev
21:36
nbp has joined #nixos-dev
21:36
asymmetric has joined #nixos-dev
21:36
ryantm has joined #nixos-dev
21:36
justanotheruser has quit [*.net *.split]
21:36
evils has quit [*.net *.split]
21:36
ivan has quit [*.net *.split]
21:36
bgamari has quit [*.net *.split]
21:36
lopsided98 has quit [*.net *.split]
21:36
kgz has quit [*.net *.split]
21:37
elvishjerricco has quit [Ping timeout: 260 seconds]
21:37
makefu has quit [Quit: WeeChat 2.6]
21:37
makefu has joined #nixos-dev
21:37
timokau[m] has quit [Ping timeout: 240 seconds]
21:37
thefloweringash has quit [Ping timeout: 240 seconds]
21:37
aanderse has quit [Ping timeout: 260 seconds]
21:38
samueldr has joined #nixos-dev
21:38
layus[m] has quit [Ping timeout: 256 seconds]
21:38
bennofs[m] has quit [Ping timeout: 256 seconds]
21:38
Ericson2314 has quit [Ping timeout: 256 seconds]
21:38
lopsided98 has joined #nixos-dev
21:38
bgamari has joined #nixos-dev
21:38
kgz has joined #nixos-dev
21:38
evils has joined #nixos-dev
21:38
ivan has joined #nixos-dev
21:38
justanotheruser has joined #nixos-dev
21:38
feepo has quit [Ping timeout: 245 seconds]
21:38
ixxie has joined #nixos-dev
21:38
FireFly has joined #nixos-dev
21:38
dongcarl has joined #nixos-dev
21:38
johnny101 has joined #nixos-dev
21:38
yorick has joined #nixos-dev
21:38
cransom has joined #nixos-dev
21:38
grw has joined #nixos-dev
21:38
infinisil has joined #nixos-dev
21:38
delroth has joined #nixos-dev
21:38
lassulus has joined #nixos-dev
21:38
tazjin has quit [*.net *.split]
21:38
q3k has quit [*.net *.split]
21:38
fadenb has quit [*.net *.split]
21:38
hexa- has quit [*.net *.split]
21:38
gchristensen has quit [*.net *.split]
21:38
catern has quit [*.net *.split]
21:38
primeos has quit [*.net *.split]
21:38
hl has quit [*.net *.split]
21:38
andi- has quit [*.net *.split]
21:38
aria has quit [*.net *.split]
21:38
michaelpj has quit [*.net *.split]
21:38
c00w has quit [*.net *.split]
21:38
zimbatm has quit [*.net *.split]
21:38
jared-w has quit [*.net *.split]
21:38
emilazy has quit [*.net *.split]
21:38
carter has quit [*.net *.split]
21:38
angerman has quit [*.net *.split]
21:38
srhb has quit [*.net *.split]
21:38
Shados has quit [*.net *.split]
21:38
Taneb has quit [*.net *.split]
21:38
sphalerite has quit [*.net *.split]
21:38
disasm has quit [*.net *.split]
21:38
etu has quit [*.net *.split]
21:38
__red__ has quit [*.net *.split]
21:38
shlevy has quit [*.net *.split]
21:39
georgyo has quit [Ping timeout: 260 seconds]
21:39
nh2 has quit [Ping timeout: 260 seconds]
21:39
fadenb has joined #nixos-dev
21:39
hexa- has joined #nixos-dev
21:39
q3k has joined #nixos-dev
21:39
primeos has joined #nixos-dev
21:39
gchristensen has joined #nixos-dev
21:39
hl has joined #nixos-dev
21:39
tazjin has joined #nixos-dev
21:39
catern has joined #nixos-dev
21:39
aria has joined #nixos-dev
21:39
andi- has joined #nixos-dev
21:39
michaelpj has joined #nixos-dev
21:39
c00w has joined #nixos-dev
21:39
jared-w has joined #nixos-dev
21:39
carter has joined #nixos-dev
21:39
zimbatm has joined #nixos-dev
21:39
emilazy has joined #nixos-dev
21:39
Taneb has joined #nixos-dev
21:39
srhb has joined #nixos-dev
21:39
angerman has joined #nixos-dev
21:39
Shados has joined #nixos-dev
21:39
__red__ has joined #nixos-dev
21:39
sphalerite has joined #nixos-dev
21:39
etu has joined #nixos-dev
21:39
disasm has joined #nixos-dev
21:39
shlevy has joined #nixos-dev
21:39
phreedom has quit [*.net *.split]
21:39
alunduil has quit [Ping timeout: 268 seconds]
21:39
andi- has quit [Max SendQ exceeded]
21:39
sphalerite has quit [Max SendQ exceeded]
21:39
hexa- has quit [Max SendQ exceeded]
21:40
tazjin has quit [Ping timeout: 252 seconds]
21:40
justanotheruser has quit [Max SendQ exceeded]
21:40
sphalerite has joined #nixos-dev
21:40
page has quit [Ping timeout: 260 seconds]
21:40
kalbasit has quit [Ping timeout: 260 seconds]
21:41
angerman has quit [Ping timeout: 242 seconds]
21:41
andi- has joined #nixos-dev
21:41
justanotheruser has joined #nixos-dev
21:41
srhb has quit [Ping timeout: 245 seconds]
21:41
aria has quit [Ping timeout: 245 seconds]
21:41
emilazy has quit [Ping timeout: 245 seconds]
21:42
nh2 has joined #nixos-dev
21:42
georgyo has joined #nixos-dev
21:42
emilazy has joined #nixos-dev
21:42
feepo has joined #nixos-dev
21:42
carter has quit [Ping timeout: 245 seconds]
21:42
jared-w has quit [Ping timeout: 245 seconds]
21:43
teehemkay has joined #nixos-dev
21:43
jared-w has joined #nixos-dev
21:43
cbarrett has quit [Ping timeout: 246 seconds]
21:43
noonien has joined #nixos-dev
21:43
aria has joined #nixos-dev
21:43
hexa- has joined #nixos-dev
21:43
srhb has joined #nixos-dev
21:43
angerman has joined #nixos-dev
21:44
dmj` has joined #nixos-dev
21:44
phreedom has joined #nixos-dev
21:45
phreedom has quit [*.net *.split]
21:46
alunduil has joined #nixos-dev
21:46
dmj` has quit [Excess Flood]
21:47
carter has joined #nixos-dev
21:48
cbarrett has joined #nixos-dev
21:49
carter has quit [Excess Flood]
21:49
cbarrett has quit [Excess Flood]
21:49
dmj` has joined #nixos-dev
21:49
cbarrett has joined #nixos-dev
21:49
carter has joined #nixos-dev
21:50
tazjin has joined #nixos-dev
21:50
phreedom has joined #nixos-dev
21:51
kalbasit has joined #nixos-dev
21:52
elvishjerricco has joined #nixos-dev
21:52
page has joined #nixos-dev
21:52
kalbasit has quit [Changing host]
21:52
kalbasit has joined #nixos-dev
22:00
worldofpeace has joined #nixos-dev
22:00
<
{^_^} >
#79115 (by flokli, 1 week ago, open): firefoxPackages.*: remove unsupported packages, clean up derivation
22:02
phreedom has quit [*.net *.split]
22:06
<
flokli >
Wrong window
22:07
phreedom has joined #nixos-dev
22:08
<
flokli >
worldofpeace: I personally don't see a chance the discussion there would bring up new insights.
22:09
<
flokli >
I dropped the ffversion commit as suggested by andi-, and fixed an eval failure.
22:09
<
andi- >
IMO it is good to go in. My energy that I am willing to invest into the discussion is depleted (for now).
22:10
<
flokli >
Same here.
22:10
<
worldofpeace >
sounds good for me, it's all clear into 20.03. great cleanup 👍️
22:11
ixxie has quit [Ping timeout: 265 seconds]
22:11
<
worldofpeace >
lol, release docs say "Remove attributes that we know we will not be able to support"
22:13
<
worldofpeace >
andi-: can you approve on github so it's accounted for there?
22:13
<
andi- >
worldofpeace: done
23:12
orivej has joined #nixos-dev
23:40
__monty__ has quit [Quit: leaving]
23:57
dongcarl8 has joined #nixos-dev