gchristensen changed the topic of #nixos-dev to: NixOS Development (#nixos for questions) | https://hydra.nixos.org/jobset/nixos/trunk-combined https://channels.nix.gsc.io/graph.html | 18.09 release managers: vcunat and samueldr | https://logs.nix.samueldr.com/nixos-dev
apaul1729 has quit [Remote host closed the connection]
jtojnar has quit [Quit: jtojnar]
drakonis has joined #nixos-dev
drakonis_ has quit [Ping timeout: 252 seconds]
genesis has quit [Remote host closed the connection]
genesis has joined #nixos-dev
alp has quit [Ping timeout: 250 seconds]
<gchristensen> aminechikhaoui: ready for aszlig on https://github.com/NixOS/nixops/pull/1024:)
<{^_^}> nixops#1024 (by grahamc, 7 weeks ago, open): Allow specifying arbitrary SSH configuration for nodes
alp has joined #nixos-dev
sir_guy_carleton has joined #nixos-dev
<aminechikhaoui> gchristensen šŸ‘
pie___ has joined #nixos-dev
pie__ has quit [Remote host closed the connection]
pie__ has joined #nixos-dev
pie___ has quit [Ping timeout: 268 seconds]
lassulus_ has joined #nixos-dev
lassulus has quit [Ping timeout: 250 seconds]
lassulus_ is now known as lassulus
orivej has quit [Ping timeout: 244 seconds]
alp has quit [Ping timeout: 245 seconds]
Lisanna has quit [Remote host closed the connection]
Lisanna has joined #nixos-dev
orivej has joined #nixos-dev
drakonis has quit [Ping timeout: 244 seconds]
orivej has quit [Ping timeout: 250 seconds]
pie___ has joined #nixos-dev
pie__ has quit [Remote host closed the connection]
lopsided98 has quit [Ping timeout: 268 seconds]
lopsided98 has joined #nixos-dev
worldofpeace has quit [Remote host closed the connection]
sir_guy_carleton has quit [Quit: WeeChat 2.2]
Cale has quit [Remote host closed the connection]
alp has joined #nixos-dev
pie__ has joined #nixos-dev
pie___ has quit [Remote host closed the connection]
<timokau[m]> I'm getting an Internal Server Error from Hydra, is that known?
<srhb> gchristensen: niksnut: ^ ?
<srhb> Or aminechikhaoui, zimbatm? :) (What are timezones even)
<timokau[m]> I guess the US people are asleep and the europe people at work
<srhb> We need people on the moon, clearly.
__Sander__ has joined #nixos-dev
<timokau[m]> Now that you say it it seems obvious
worldofpeace has joined #nixos-dev
<srhb> (btw, if you're logged in -- I think -- you get the most useless catalyst error page rather than the postgres error :-P)
init_6 has joined #nixos-dev
<zimbatm> we are at the reproducible build summit
<zimbatm> eelco has been notified :)
<qyliss^work> oh nice
worldofpeace has quit [Quit: worldofpeace]
<srhb> zimbatm: Thanks :)
init_6 has quit [Ping timeout: 250 seconds]
init_6 has joined #nixos-dev
<zimbatm> it looks like Eelco fixed it
pie___ has joined #nixos-dev
pie__ has quit [Remote host closed the connection]
<timokau[m]> zimbatm: Nice! Is there any ongoing reproducibility work or anything to look forward to regarding nix?
drakonis has joined #nixos-dev
orivej has joined #nixos-dev
init_6 has quit []
<arianvp> flokli: Mic92 I updated the nscd PR
<arianvp> also created a new issue for the systemd-resolved stuff
__Sander__ has quit [Ping timeout: 246 seconds]
__Sander__ has joined #nixos-dev
asymmetric has joined #nixos-dev
<flokli> arianvp: thanks for the heads-up
<flokli> arianvp: dropped a comment on the main PR - we might want to explicitly disable caches (in that PR already) where both ttls are set to 0
<arianvp> I was thinking to add that change in the systemd-resolved PR instead
<arianvp> such that any person on unstable at least has caching of dns lookups
pie__ has joined #nixos-dev
pie___ has quit [Remote host closed the connection]
<flokli> arianvp: enable-cache is an option per resource
<arianvp> flokli: that won't work
<flokli> I thought about setting enable-cache to no for passwd, group, netgroup and services
<flokli> we already set ttls to 0 for both positive and negative
<arianvp> if you disable cache, then the nscd protocol rejects the request
<arianvp> and libc falls back to finding the thing itself
<arianvp> which then fails because it can't find the path
<flokli> right
<flokli> so we drop a comment, wasn't aware of that ;-)
<arianvp> it's in the commit message :P
<flokli> ;-)
<arianvp> tests also break if you disable it
<flokli> ok, right, the commit message states it clearly. still, people might be confused by just looking at the file
<arianvp> I added a comment
<arianvp> to the file
orivej has quit [Ping timeout: 240 seconds]
<gchristensen> aminechikhaoui, srhb, timokau[m], looks good from here
<aminechikhaoui> I think Eelco fixed the issue already
<gchristensen> great
pie___ has joined #nixos-dev
pie__ has quit [Remote host closed the connection]
__Sander__ has quit [Quit: Konversation terminated!]
niksnut has quit [Quit: Changing server]
drakonis_ has joined #nixos-dev
Drakonis__ has joined #nixos-dev
orivej has joined #nixos-dev
drakonis has quit [Ping timeout: 272 seconds]
drakonis_ has quit [Ping timeout: 252 seconds]
Drakonis__ has quit [Ping timeout: 252 seconds]
niksnut has joined #nixos-dev
jtojnar has joined #nixos-dev
drakonis has joined #nixos-dev
alp has quit [Ping timeout: 240 seconds]
alp has joined #nixos-dev
pie__ has joined #nixos-dev
pie___ has quit [Remote host closed the connection]
<catern> would people be open to adding an optional argument to --dump-db to specify which store paths to dump info for?
<catern> optional list of arguments, I suppose
<catern> this would be useful for bootstrapping Nix in a relatively lightweight way
<catern> (bootstrapping the Nix binaries onto a new host that previously didn't have Nix)
<catern> all you *really* need to do is copy the Nix binaries closure over to the new host, run nix-store --init, and run nix-store --load-db <reginfo_for_that-closure
<catern> it's just a bit of a hassle to generate reginfo_for_that_closure
<catern> but, if dump-db took an argument, I could use dump-db to generate reginfo_for_that_closure
<catern> i'm convinced this is right way so I'll do it and send a PR :)
<LnL> isn't this already possible with exportReferencesGraph
<catern> right, it is, but it's somewhat annoying to have to build a derivation, which runs a perl script, and use the resulting file output by the dervation, all that, just to do something that --dump-db already does
<LnL> ah just on the cli, that would make sense as long as the export is relatively small
<LnL> otherwise you'll probably run into argument limits
<catern> right, it would probably just be for the closure of nix
<catern> (note that we already have those argument limits problems for things like --export)
<LnL> yeah, I figured
asymmetric has quit [Ping timeout: 250 seconds]
asymmetric has joined #nixos-dev
asymmetric_ has joined #nixos-dev
asymmetric has quit [Ping timeout: 268 seconds]
orivej has quit [Ping timeout: 250 seconds]
orivej has joined #nixos-dev
drakonis_ has joined #nixos-dev
asymmetric_ has quit [Ping timeout: 252 seconds]
drakonis has quit [Ping timeout: 252 seconds]
Synthetica_ has joined #nixos-dev
cbarrett_ has joined #nixos-dev
cbarrett has quit [Ping timeout: 250 seconds]
typetetris has quit [Ping timeout: 250 seconds]
Synthetica has quit [Ping timeout: 250 seconds]
flokli has quit [Ping timeout: 250 seconds]
cbarrett_ is now known as cbarrett
Synthetica_ is now known as Synthetica
flokli has joined #nixos-dev
sir_guy_carleton has joined #nixos-dev
worldofpeace has joined #nixos-dev
<zimbatm> domenkozar: voting to give alyssais merge access to nixpkgs as she is doing good work
<gchristensen> I think she has it already ! :)
<qyliss> She does!
<qyliss> (Hi, Iā€™m alyssais)
<qyliss> I got it on Friday
<qyliss> zimbatm: you happy for me to merge that PR or should I wait for one of the lib CODEOWNERS?
<gchristensen> I might be a bit out of date, but other than haskell I treat every PR's codeowners as for FYI purposes
<qyliss> Other than Haskell?
<gchristensen> well haskell's codeowners are very good about reviewing, and are a bit picky sometimes
<zimbatm> oh hey qyliss :)
* zimbatm adding mapping in head
<LnL> qyliss: oh awesome :D
<zimbatm> qyliss: let's ask for a second opinion on https://github.com/NixOS/nixpkgs/pull/51884 since it's touching the stdlib
<{^_^}> #51884 (by alyssais, 1 day ago, open): bundlerEnv: improve handling of groups
<qyliss^work> I should get round to changing my GitHub username
<qyliss^work> To match my name on everything else
<qyliss^work> But there'd be so much to update
<gchristensen> whaht is the story behind nickname changing?
<qyliss^work> I made the GH account before anything else
<qyliss^work> Hadn't settled on a nick I liked at the time
<gchristensen> I mean, qyliss^work and qyliss
<qyliss^work> oh
<gchristensen> you flip between them very ... uhh ... effortlessly
<qyliss^work> qyliss^work is what my work laptop uses
<qyliss^work> I use qyliss from all other computers, but mostly my phone
<qyliss> There are some channels qyliss is in that Iā€™d rather a work computer not be exposed to, hence the split
<LnL> has anybody else noticed nix build creating symlinks to derivations instead of the results?
<LnL> I'm wondering if it was always the case
<qyliss^work> thanks for the extra review gchristensen
<gchristensen> sure :)