samueldr changed the topic of #nixos-dev to: #nixos-dev NixOS Development (#nixos for questions) | NixOS 20.03 Feature Freeze Feb 10 https://discourse.nixos.org/t/nixos-20-03-feature-freeze/5655 | 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
orivej has quit [Ping timeout: 240 seconds]
<{^_^}> firing: BuildsStuckOverTwoDays: https://status.nixos.org/prometheus/alerts
bhipple has quit [Ping timeout: 256 seconds]
drakonis has quit [Quit: WeeChat 2.6]
_ris has quit [Ping timeout: 272 seconds]
bhipple has joined #nixos-dev
<disasm> FRidh: how's things going with staging? Are we looking food for a freeze on Monday?
<disasm> clever: would you be willing to see if you can identify the issue with tests in https://github.com/NixOS/nixpkgs/pull/77578 before the freeze Monday?
<{^_^}> #77578 (by m1cr0man, 3 weeks ago, open): Replace simp-le with lego and support DNS-01 challenge
<clever> i can take a glance at it
drakonis has joined #nixos-dev
<worldofpeace> We also have https://github.com/NixOS/nixpkgs/pull/77622 (add a time window for reboot in nixos auto upgrade) and https://github.com/NixOS/nixpkgs/pull/78453 (make memtest work with efi) aaron infinisil it'd be cool if we could get those before branch off
<{^_^}> #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
<{^_^}> #78453 (by wedens, 2 weeks ago, open): nixos/grub: make memtest work with EFI
<clever> rpi> /nix/var/nix/profiles/system/bin/switch-to-configuration: line 3: use: command not found
<clever> samueldr: and now a perl script is getting parsed by bash!
<samueldr> what did you do now?
<clever> but only when ran over nixops deploy
<clever> it works fine if i ssh in and run it manually
<worldofpeace> hmm, that was a bug I remember happening maybe a release ago
<samueldr> probably unrelated
<samueldr> that was when the kernel broke reading shebangs
<worldofpeace> it was perl shebang related iirc
<worldofpeace> ^
<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
<worldofpeace> samueldr: yep
<samueldr> is that path available when it tries to run it, initially, clever?
<clever> samueldr: nixops fails on every deploy, but manually running from bash+ssh works every time, for the same storepath in both cases
<samueldr> weird
<clever> very
<clever> the journal is also still kaput, so i cant see whats happening there
<clever> ok, strange, the system profile doesnt update on deploy
ajs124 has quit [Remote host closed the connection]
das_j has quit [Remote host closed the connection]
Scriptkiddi has quit [Remote host closed the connection]
<clever> wait a second
ajs124 has joined #nixos-dev
<clever> losure", ["nix-copy-closure", "--to", "root@192.168.2.11", "/nix
<clever> the pi is at 111
Scriptkiddi has joined #nixos-dev
<clever> (facepalm)
das_j has joined #nixos-dev
<clever> samueldr: i was deploying the rpi build, to my x86 nas
<clever> the arm perl failed, so bash assumed its a bash script
<samueldr> oh, and maybe not exactly relevant to -dev :)
<samueldr> but yeah, explains it all
<clever> yep
<samueldr> worldofpeace: on the memtest PR
<{^_^}> firing: BuildsStuckOverTwoDays: https://status.nixos.org/prometheus/alerts
<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
<genesis> (at least i care if overried openssl is for every pkg, but i'd like nginx rebuild against it)
<genesis> s/dont care/
<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
<genesis> i was thinking fix that in my configuration.nix
<genesis> services.nginx.package = customopenssl, would be work
<genesis> let's try.
<genesis> hum no .
<jtojnar> worldofpeace any idea what could be relying on desktop-file-utils besides flatpak?
bhipple has quit [Ping timeout: 260 seconds]
bhipple has joined #nixos-dev
<genesis> services.nginx.package = pkgs.nginx.override { openssl = pkgs.openssl.override { enableSSL2 = true; }; }; seems to work
<genesis> i'll fix configureFlags later
<genesis> i want to test ciphers with this .
bhipple has quit [Ping timeout: 268 seconds]
bhipple has joined #nixos-dev
colemickens has joined #nixos-dev
bhipple has quit [Remote host closed the connection]
orivej has joined #nixos-dev
drakonis has quit [Ping timeout: 272 seconds]
callahad870 has joined #nixos-dev
FRidh2 has joined #nixos-dev
<{^_^}> firing: BuildsStuckOverTwoDays: https://status.nixos.org/prometheus/alerts
ixxie has joined #nixos-dev
sogatori has joined #nixos-dev
lovesegfault has quit [Ping timeout: 268 seconds]
ixxie has quit [Ping timeout: 260 seconds]
__monty__ has joined #nixos-dev
ciil has quit [Quit: Lost terminal]
<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...
<FRidh2> ah, no it is not
_ris has joined #nixos-dev
* genesis stucks with TLSv1 Record Layer: Alert (Level: Fatal, Description: Unknown CA)
ixxie has joined #nixos-dev
<{^_^}> firing: BuildsStuckOverTwoDays: https://status.nixos.org/prometheus/alerts
<{^_^}> resolved: BuildsStuckOverTwoDays: https://status.nixos.org/prometheus/alerts
bennofs has joined #nixos-dev
bennofs has quit [Ping timeout: 272 seconds]
<gchristensen> I got that "latest finished" query down from 10 min to ~250ms
<LnL> I still wonder what the query optimizer is doing differently there
<gchristensen> I'll show you! :)
<LnL> weird, wasn't that also an index lookup with jobset before?
<LnL> oh it's the sort?
<gchristensen> I guess that is part of it yeah
<gchristensen> no, actuallyno
<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
<gchristensen> and many of the steps here have a very high number of loops
<LnL> yeah, but the previous index includes id DESC
<gchristensen> LnL: 20GB vs. 5696 MB
<gchristensen> so there you go, thatsecond index much more easily fits in to RAM
<LnL> yeah it's 2x and the subquery is executed for each jobsetevalmember
<LnL> well 4x because i686 and aarch64
<gchristensen> yeah
<gchristensen> anyway, does this change look good to you? :)
<LnL> yeah
<gchristensen> cool
<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
orivej has quit [Ping timeout: 260 seconds]
tilpner has joined #nixos-dev
drakonis has joined #nixos-dev
drakonis has quit [Quit: WeeChat 2.6]
bhipple has joined #nixos-dev
_ris is now known as ris
ixxie has quit [Ping timeout: 272 seconds]
bennofs has joined #nixos-dev
bennofs has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
bennofs has joined #nixos-dev
bennofs has quit [Ping timeout: 272 seconds]
<clever> disasm: i can reproduce the problem, will read the logs more today
andi- has quit [Quit: WeeChat 2.6]
andi- has joined #nixos-dev
justanotheruser has quit [Ping timeout: 260 seconds]
justanotheruser has joined #nixos-dev
ixxie has joined #nixos-dev
bhipple has quit [Ping timeout: 268 seconds]
sogatori has quit [Remote host closed the connection]
lovesegfault has joined #nixos-dev
lovesegfault has quit [Quit: WeeChat 2.7]
mmlb has quit [*.net *.split]
arianvp has quit [*.net *.split]
spacekookie has quit [*.net *.split]
pie_[bnc] has quit [*.net *.split]
Profpatsch has quit [*.net *.split]
aszlig has quit [*.net *.split]
octe has quit [*.net *.split]
samueldr has quit [*.net *.split]
betawaffle has quit [*.net *.split]
spacekookie has joined #nixos-dev
mmlb has joined #nixos-dev
Profpatsch has joined #nixos-dev
pie_[bnc] has joined #nixos-dev
aszlig has joined #nixos-dev
arianvp has joined #nixos-dev
octe has joined #nixos-dev
betawaffle has joined #nixos-dev
samueldr has joined #nixos-dev
samueldr has quit [Excess Flood]
FRidh2 has quit [Quit: Konversation terminated!]
worldofpeace has quit [*.net *.split]
roberth has quit [*.net *.split]
mkaito has quit [*.net *.split]
davidtwco has quit [*.net *.split]
klys has quit [*.net *.split]
ashkitten has quit [*.net *.split]
johanot has quit [*.net *.split]
manveru has quit [*.net *.split]
lightbulbjim has quit [*.net *.split]
{^_^} has quit [*.net *.split]
fpletz has quit [*.net *.split]
flokli has quit [*.net *.split]
capisce has quit [*.net *.split]
cocreature has quit [*.net *.split]
flokli has joined #nixos-dev
capisce has joined #nixos-dev
manveru has joined #nixos-dev
mkaito has joined #nixos-dev
worldofpeace has joined #nixos-dev
ashkitten has joined #nixos-dev
lightbulbjim has joined #nixos-dev
{^_^} has joined #nixos-dev
johanot has joined #nixos-dev
fpletz has joined #nixos-dev
roberth has joined #nixos-dev
davidtwco has joined #nixos-dev
klys has joined #nixos-dev
cocreature has joined #nixos-dev
LnL has joined #nixos-dev
andi- has quit [*.net *.split]
callahad870 has quit [*.net *.split]
Scriptkiddi has quit [*.net *.split]
harrow has quit [*.net *.split]
WilliButz has quit [*.net *.split]
Nyanloutre[m] has quit [*.net *.split]
teehemkay has quit [*.net *.split]
genesis has quit [*.net *.split]
misuzu has quit [*.net *.split]
srk has quit [*.net *.split]
hyperfekt has quit [*.net *.split]
samueldr has joined #nixos-dev
srk has joined #nixos-dev
hyperfekt has joined #nixos-dev
colemickens has quit [Ping timeout: 240 seconds]
domenkozar[m] has quit [Ping timeout: 240 seconds]
mkg20001 has quit [*.net *.split]
rycee has quit [*.net *.split]
jtojnar has quit [*.net *.split]
scott has quit [*.net *.split]
chrisaw has quit [*.net *.split]
tv has quit [*.net *.split]
cbarrett has quit [*.net *.split]
pepesza has quit [*.net *.split]
ericnoan has quit [*.net *.split]
vdemeester has quit [*.net *.split]
aristid has quit [*.net *.split]
teozkr has quit [*.net *.split]
thoughtpolice has quit [*.net *.split]
manveru has quit [Ping timeout: 270 seconds]
emily has quit [Ping timeout: 252 seconds]
pepesza has joined #nixos-dev
roberth has quit [Ping timeout: 246 seconds]
davidtwco has quit [Ping timeout: 246 seconds]
harrow has joined #nixos-dev
Scriptkiddi has joined #nixos-dev
Nyanloutre[m] has joined #nixos-dev
WilliButz has joined #nixos-dev
callahad870 has joined #nixos-dev
andi- has joined #nixos-dev
genesis has joined #nixos-dev
teehemkay has joined #nixos-dev
misuzu has joined #nixos-dev
andi- has quit [Max SendQ exceeded]
teozkr has joined #nixos-dev
alienpirate5 has quit [Ping timeout: 245 seconds]
averell has quit [*.net *.split]
abbradar[m] has quit [Ping timeout: 256 seconds]
cbarrett has joined #nixos-dev
rnhmjoj has quit [Ping timeout: 258 seconds]
vdemeester has joined #nixos-dev
Ox4A6F has quit [Ping timeout: 258 seconds]
aristid has joined #nixos-dev
scott has joined #nixos-dev
vaibhavsagar has quit [Ping timeout: 252 seconds]
chrisaw has joined #nixos-dev
thoughtpolice has joined #nixos-dev
scott has joined #nixos-dev
scott has quit [Changing host]
scott has joined #nixos-dev
scott has quit [Changing host]
vdemeester has joined #nixos-dev
vdemeester has quit [Changing host]
thoughtpolice has joined #nixos-dev
thoughtpolice has quit [Changing host]
dtz has quit [Ping timeout: 245 seconds]
worldofpeace has quit [Ping timeout: 246 seconds]
jonge[m] has quit [Ping timeout: 252 seconds]
averell has joined #nixos-dev
ericnoan has joined #nixos-dev
ma27[m] has quit [Ping timeout: 260 seconds]
arcnmx has quit [Ping timeout: 260 seconds]
Nyanloutre[m] has quit [Ping timeout: 277 seconds]
davidtwco has joined #nixos-dev
andi- has joined #nixos-dev
samueldr has quit [*.net *.split]
alunduil has quit [*.net *.split]
Cale has quit [*.net *.split]
kraem has quit [*.net *.split]
bridge[evilred] has quit [*.net *.split]
alp has quit [*.net *.split]
obadz has quit [*.net *.split]
eyJhb has quit [*.net *.split]
ericnoan has quit [*.net *.split]
callahad870 has quit [*.net *.split]
Scriptkiddi has quit [*.net *.split]
harrow has quit [*.net *.split]
WilliButz has quit [*.net *.split]
teehemkay has quit [*.net *.split]
genesis has quit [*.net *.split]
misuzu has quit [*.net *.split]
averell has quit [*.net *.split]
srk has quit [*.net *.split]
hyperfekt has quit [*.net *.split]
scott has quit [*.net *.split]
aristid has quit [*.net *.split]
cbarrett has quit [*.net *.split]
LnL has quit [*.net *.split]
mkaito has quit [*.net *.split]
klys has quit [*.net *.split]
davidtwco has quit [*.net *.split]
chrisaw has quit [*.net *.split]
ashkitten has quit [*.net *.split]
johanot has quit [*.net *.split]
lightbulbjim has quit [*.net *.split]
{^_^} has quit [*.net *.split]
fpletz has quit [*.net *.split]
flokli has quit [*.net *.split]
capisce has quit [*.net *.split]
cocreature has quit [*.net *.split]
mmlb has quit [*.net *.split]
arianvp has quit [*.net *.split]
spacekookie has quit [*.net *.split]
pie_[bnc] has quit [*.net *.split]
Profpatsch has quit [*.net *.split]
aszlig has quit [*.net *.split]
octe has quit [*.net *.split]
betawaffle has quit [*.net *.split]
das_j has quit [*.net *.split]
zarel has quit [*.net *.split]
layus[m] has quit [*.net *.split]
bennofs[m] has quit [*.net *.split]
Ericson2314 has quit [*.net *.split]
cptchaos83 has quit [*.net *.split]
tdeo has quit [*.net *.split]
pepesza has quit [*.net *.split]
tilpner has quit [*.net *.split]
__monty__ has quit [*.net *.split]
ris has quit [*.net *.split]
janneke has quit [*.net *.split]
niksnut has quit [*.net *.split]
evanjs has quit [*.net *.split]
kcalvinalvin has quit [*.net *.split]
nh2 has quit [*.net *.split]
thoughtpolice has quit [*.net *.split]
teozkr has quit [*.net *.split]
ajs124 has quit [*.net *.split]
timokau[m] has quit [*.net *.split]
thefloweringash has quit [*.net *.split]
greizgh has quit [*.net *.split]
FRidh has quit [*.net *.split]
phreedom has quit [*.net *.split]
Jackneill has quit [*.net *.split]
qyliss has quit [*.net *.split]
thonkpod has quit [*.net *.split]
aminechikhaoui has quit [*.net *.split]
puck has quit [*.net *.split]
Guest17523 has quit [*.net *.split]
makefu has quit [*.net *.split]
ekleog has quit [*.net *.split]
danderson has quit [*.net *.split]
clever has quit [*.net *.split]
stew has quit [*.net *.split]
page has quit [*.net *.split]
nbp has quit [*.net *.split]
asymmetric has quit [*.net *.split]
ryantm has quit [*.net *.split]
adisbladis has quit [*.net *.split]
ixxie has quit [*.net *.split]
lassulus has quit [*.net *.split]
grw has quit [*.net *.split]
delroth has quit [*.net *.split]
infinisil has quit [*.net *.split]
cransom has quit [*.net *.split]
dongcarl has quit [*.net *.split]
johnny101 has quit [*.net *.split]
FireFly has quit [*.net *.split]
yorick has quit [*.net *.split]
justanotheruser has quit [*.net *.split]
evils has quit [*.net *.split]
ivan has quit [*.net *.split]
bgamari has quit [*.net *.split]
lopsided98 has quit [*.net *.split]
kgz has quit [*.net *.split]
andi- has quit [*.net *.split]
aria has quit [*.net *.split]
feepo has quit [*.net *.split]
michaelpj has quit [*.net *.split]
c00w has quit [*.net *.split]
jared-w has quit [*.net *.split]
zimbatm has quit [*.net *.split]
carter has quit [*.net *.split]
emilazy has quit [*.net *.split]
angerman has quit [*.net *.split]
srhb has quit [*.net *.split]
Shados has quit [*.net *.split]
Taneb has quit [*.net *.split]
sphalerite has quit [*.net *.split]
disasm has quit [*.net *.split]
etu has quit [*.net *.split]
shlevy has quit [*.net *.split]
__red__ has quit [*.net *.split]
noonien has quit [*.net *.split]
tazjin has quit [*.net *.split]
hexa- has quit [*.net *.split]
q3k has quit [*.net *.split]
fadenb has quit [*.net *.split]
gchristensen has quit [*.net *.split]
catern has quit [*.net *.split]
primeos has quit [*.net *.split]
hl has quit [*.net *.split]
ChanServ has quit [*.net *.split]
teozkr has joined #nixos-dev
klys has joined #nixos-dev
__monty__ has joined #nixos-dev
cptchaos83 has joined #nixos-dev
layus[m] has joined #nixos-dev
Scriptkiddi has joined #nixos-dev
davidtwco has joined #nixos-dev
niksnut has joined #nixos-dev
fpletz has joined #nixos-dev
aristid has joined #nixos-dev
andi- has joined #nixos-dev
ixxie has joined #nixos-dev
evils has joined #nixos-dev
chrisaw has joined #nixos-dev
zarel has joined #nixos-dev
janneke has joined #nixos-dev
pepesza has joined #nixos-dev
aszlig has joined #nixos-dev
hyperfekt has joined #nixos-dev
harrow has joined #nixos-dev
genesis has joined #nixos-dev
scott has joined #nixos-dev
misuzu has joined #nixos-dev
timokau[m] has joined #nixos-dev
mkaito has joined #nixos-dev
ashkitten has joined #nixos-dev
thoughtpolice has joined #nixos-dev
teehemkay has joined #nixos-dev
LnL has joined #nixos-dev
flokli has joined #nixos-dev
capisce has joined #nixos-dev
tilpner has joined #nixos-dev
betawaffle has joined #nixos-dev
cbarrett has joined #nixos-dev
mmlb has joined #nixos-dev
callahad870 has joined #nixos-dev
{^_^} has joined #nixos-dev
ericnoan has joined #nixos-dev
ajs124 has joined #nixos-dev
greizgh has joined #nixos-dev
grw has joined #nixos-dev
srk has joined #nixos-dev
kcalvinalvin has joined #nixos-dev
WilliButz has joined #nixos-dev
q3k has joined #nixos-dev
spacekookie has joined #nixos-dev
FRidh has joined #nixos-dev
vdemeester has joined #nixos-dev
bennofs[m] has joined #nixos-dev
octe has joined #nixos-dev
Ericson2314 has joined #nixos-dev
johanot has joined #nixos-dev
pie_[bnc] has joined #nixos-dev
Jackneill has joined #nixos-dev
ivan has joined #nixos-dev
lightbulbjim has joined #nixos-dev
arianvp has joined #nixos-dev
lassulus has joined #nixos-dev
delroth has joined #nixos-dev
tazjin has joined #nixos-dev
noonien has joined #nixos-dev
das_j has joined #nixos-dev
phreedom has joined #nixos-dev
hexa- has joined #nixos-dev
cocreature has joined #nixos-dev
evanjs has joined #nixos-dev
fadenb has joined #nixos-dev
tdeo has joined #nixos-dev
ris has joined #nixos-dev
Profpatsch has joined #nixos-dev
averell has joined #nixos-dev
justanotheruser has joined #nixos-dev
thefloweringash has joined #nixos-dev
qyliss has joined #nixos-dev
aria has joined #nixos-dev
thonkpod has joined #nixos-dev
nh2 has joined #nixos-dev
aminechikhaoui has joined #nixos-dev
catern has joined #nixos-dev
yorick has joined #nixos-dev
hl has joined #nixos-dev
etu has joined #nixos-dev
nbp has joined #nixos-dev
shlevy has joined #nixos-dev
primeos has joined #nixos-dev
Taneb has joined #nixos-dev
__red__ has joined #nixos-dev
disasm has joined #nixos-dev
srhb has joined #nixos-dev
feepo has joined #nixos-dev
ChanServ has joined #nixos-dev
FireFly has joined #nixos-dev
johnny101 has joined #nixos-dev
michaelpj has joined #nixos-dev
Shados has joined #nixos-dev
c00w has joined #nixos-dev
infinisil has joined #nixos-dev
puck has joined #nixos-dev
sphalerite has joined #nixos-dev
edef has joined #nixos-dev
emilazy has joined #nixos-dev
lopsided98 has joined #nixos-dev
page has joined #nixos-dev
angerman has joined #nixos-dev
adisbladis has joined #nixos-dev
asymmetric has joined #nixos-dev
ryantm has joined #nixos-dev
clever has joined #nixos-dev
zimbatm has joined #nixos-dev
dongcarl has joined #nixos-dev
bgamari has joined #nixos-dev
stew has joined #nixos-dev
kgz has joined #nixos-dev
carter has joined #nixos-dev
makefu has joined #nixos-dev
gchristensen has joined #nixos-dev
Guest17523 has joined #nixos-dev
cransom has joined #nixos-dev
ekleog has joined #nixos-dev
danderson has joined #nixos-dev
jared-w has joined #nixos-dev
dmj` has quit [Max SendQ exceeded]
Jackneill has quit [*.net *.split]
qyliss has quit [*.net *.split]
thonkpod has quit [*.net *.split]
puck has quit [*.net *.split]
aminechikhaoui has quit [*.net *.split]
ekleog has quit [*.net *.split]
clever has quit [*.net *.split]
Guest17523 has quit [*.net *.split]
danderson has quit [*.net *.split]
makefu has quit [*.net *.split]
stew has quit [*.net *.split]
page has quit [*.net *.split]
asymmetric has quit [*.net *.split]
ryantm has quit [*.net *.split]
nbp has quit [*.net *.split]
edef has quit [*.net *.split]
adisbladis has quit [*.net *.split]
teehemkay has quit [Ping timeout: 275 seconds]
noonien has quit [Ping timeout: 252 seconds]
ixxie has quit [*.net *.split]
lassulus has quit [*.net *.split]
grw has quit [*.net *.split]
delroth has quit [*.net *.split]
infinisil has quit [*.net *.split]
cransom has quit [*.net *.split]
dongcarl has quit [*.net *.split]
johnny101 has quit [*.net *.split]
FireFly has quit [*.net *.split]
yorick has quit [*.net *.split]
tv has joined #nixos-dev
obadz has joined #nixos-dev
edwtjo has joined #nixos-dev
eyJhb has joined #nixos-dev
alp has joined #nixos-dev
bridge[evilred] has joined #nixos-dev
kraem has joined #nixos-dev
Cale has joined #nixos-dev
alunduil has joined #nixos-dev
samueldr has joined #nixos-dev
samueldr has quit [Excess Flood]
manveru has joined #nixos-dev
manveru has joined #nixos-dev
manveru has quit [Changing host]
danderson has joined #nixos-dev
ekleog has joined #nixos-dev
makefu has joined #nixos-dev
Guest17523 has joined #nixos-dev
aminechikhaoui has joined #nixos-dev
puck has joined #nixos-dev
Jackneill has joined #nixos-dev
page has joined #nixos-dev
thonkpod has joined #nixos-dev
qyliss has joined #nixos-dev
stew has joined #nixos-dev
clever has joined #nixos-dev
edef has joined #nixos-dev
adisbladis has joined #nixos-dev
nbp has joined #nixos-dev
asymmetric has joined #nixos-dev
ryantm has joined #nixos-dev
justanotheruser has quit [*.net *.split]
evils has quit [*.net *.split]
ivan has quit [*.net *.split]
bgamari has quit [*.net *.split]
lopsided98 has quit [*.net *.split]
kgz has quit [*.net *.split]
elvishjerricco has quit [Ping timeout: 260 seconds]
makefu has quit [Quit: WeeChat 2.6]
makefu has joined #nixos-dev
timokau[m] has quit [Ping timeout: 240 seconds]
thefloweringash has quit [Ping timeout: 240 seconds]
aanderse has quit [Ping timeout: 260 seconds]
samueldr has joined #nixos-dev
layus[m] has quit [Ping timeout: 256 seconds]
bennofs[m] has quit [Ping timeout: 256 seconds]
Ericson2314 has quit [Ping timeout: 256 seconds]
lopsided98 has joined #nixos-dev
bgamari has joined #nixos-dev
kgz has joined #nixos-dev
evils has joined #nixos-dev
ivan has joined #nixos-dev
justanotheruser has joined #nixos-dev
feepo has quit [Ping timeout: 245 seconds]
ixxie has joined #nixos-dev
FireFly has joined #nixos-dev
dongcarl has joined #nixos-dev
johnny101 has joined #nixos-dev
yorick has joined #nixos-dev
cransom has joined #nixos-dev
grw has joined #nixos-dev
infinisil has joined #nixos-dev
delroth has joined #nixos-dev
lassulus has joined #nixos-dev
tazjin has quit [*.net *.split]
q3k has quit [*.net *.split]
fadenb has quit [*.net *.split]
hexa- has quit [*.net *.split]
gchristensen has quit [*.net *.split]
catern has quit [*.net *.split]
primeos has quit [*.net *.split]
hl has quit [*.net *.split]
andi- has quit [*.net *.split]
aria has quit [*.net *.split]
michaelpj has quit [*.net *.split]
c00w has quit [*.net *.split]
zimbatm has quit [*.net *.split]
jared-w has quit [*.net *.split]
emilazy has quit [*.net *.split]
carter has quit [*.net *.split]
angerman has quit [*.net *.split]
srhb has quit [*.net *.split]
Shados has quit [*.net *.split]
Taneb has quit [*.net *.split]
sphalerite has quit [*.net *.split]
disasm has quit [*.net *.split]
etu has quit [*.net *.split]
__red__ has quit [*.net *.split]
shlevy has quit [*.net *.split]
georgyo has quit [Ping timeout: 260 seconds]
nh2 has quit [Ping timeout: 260 seconds]
fadenb has joined #nixos-dev
hexa- has joined #nixos-dev
q3k has joined #nixos-dev
primeos has joined #nixos-dev
gchristensen has joined #nixos-dev
hl has joined #nixos-dev
tazjin has joined #nixos-dev
catern has joined #nixos-dev
aria has joined #nixos-dev
andi- has joined #nixos-dev
michaelpj has joined #nixos-dev
c00w has joined #nixos-dev
jared-w has joined #nixos-dev
carter has joined #nixos-dev
zimbatm has joined #nixos-dev
emilazy has joined #nixos-dev
Taneb has joined #nixos-dev
srhb has joined #nixos-dev
angerman has joined #nixos-dev
Shados has joined #nixos-dev
__red__ has joined #nixos-dev
sphalerite has joined #nixos-dev
etu has joined #nixos-dev
disasm has joined #nixos-dev
shlevy has joined #nixos-dev
phreedom has quit [*.net *.split]
alunduil has quit [Ping timeout: 268 seconds]
andi- has quit [Max SendQ exceeded]
sphalerite has quit [Max SendQ exceeded]
hexa- has quit [Max SendQ exceeded]
tazjin has quit [Ping timeout: 252 seconds]
justanotheruser has quit [Max SendQ exceeded]
sphalerite has joined #nixos-dev
page has quit [Ping timeout: 260 seconds]
kalbasit has quit [Ping timeout: 260 seconds]
angerman has quit [Ping timeout: 242 seconds]
andi- has joined #nixos-dev
justanotheruser has joined #nixos-dev
srhb has quit [Ping timeout: 245 seconds]
aria has quit [Ping timeout: 245 seconds]
emilazy has quit [Ping timeout: 245 seconds]
nh2 has joined #nixos-dev
georgyo has joined #nixos-dev
emilazy has joined #nixos-dev
feepo has joined #nixos-dev
carter has quit [Ping timeout: 245 seconds]
jared-w has quit [Ping timeout: 245 seconds]
teehemkay has joined #nixos-dev
jared-w has joined #nixos-dev
cbarrett has quit [Ping timeout: 246 seconds]
noonien has joined #nixos-dev
aria has joined #nixos-dev
hexa- has joined #nixos-dev
srhb has joined #nixos-dev
angerman has joined #nixos-dev
dmj` has joined #nixos-dev
phreedom has joined #nixos-dev
phreedom has quit [*.net *.split]
alunduil has joined #nixos-dev
dmj` has quit [Excess Flood]
carter has joined #nixos-dev
cbarrett has joined #nixos-dev
carter has quit [Excess Flood]
cbarrett has quit [Excess Flood]
dmj` has joined #nixos-dev
cbarrett has joined #nixos-dev
carter has joined #nixos-dev
tazjin has joined #nixos-dev
phreedom has joined #nixos-dev
kalbasit has joined #nixos-dev
elvishjerricco has joined #nixos-dev
page has joined #nixos-dev
kalbasit has quit [Changing host]
kalbasit has joined #nixos-dev
worldofpeace has joined #nixos-dev
<worldofpeace> flokli: was https://github.com/NixOS/nixpkgs/pull/79115 good to go right?
<{^_^}> #79115 (by flokli, 1 week ago, open): firefoxPackages.*: remove unsupported packages, clean up derivation
phreedom has quit [*.net *.split]
<flokli> Yes
<flokli> Wait, no
<flokli> Wrong window
phreedom has joined #nixos-dev
<flokli> worldofpeace: I personally don't see a chance the discussion there would bring up new insights.
<flokli> I dropped the ffversion commit as suggested by andi-, and fixed an eval failure.
<andi-> IMO it is good to go in. My energy that I am willing to invest into the discussion is depleted (for now).
<flokli> Same here.
<worldofpeace> sounds good for me, it's all clear into 20.03. great cleanup 👍️
ixxie has quit [Ping timeout: 265 seconds]
<worldofpeace> lol, release docs say "Remove attributes that we know we will not be able to support"
<worldofpeace> andi-: can you approve on github so it's accounted for there?
<andi-> worldofpeace: done
orivej has joined #nixos-dev
__monty__ has quit [Quit: leaving]
dongcarl8 has joined #nixos-dev