<gchristensen>
LnL: yeah, nix-store -qR /nix/store/6fhd3yayyw4w7254cqiirq5h5bnzjxj2-nixos-system-Petunia-20.03beta-475.71be729a58e.drv | grep python2 has some things :)
<gchristensen>
srk: (python2 works too)
<sphalerite>
Mic92: spacekookie: worldofpeace: niksnut: oh, and we can set RFC32 off in discussion if we choose a shepherd leader.
<sphalerite>
same for 64
onixie has joined #nixos-dev
<gchristensen>
ma27[m]: 'round?
<marek>
working on a module and I need a function to turn an attrset to a program arguments like
<marek>
like: --foo bar --bar foo etc
<marek>
do we have anything like that?
<gchristensen>
like { "--foo": "bar", "--bar": "foo" }?
<niksnut>
maybe the new lib/cli.nix?
<niksnut>
cli.toGNUCommandLine etc.
<ma27[m]>
gchristensen: more or less, yes :)
<gchristensen>
ma27[m]: can we talk more synchronously about that PR when you have a few minutes?
<marek>
gchristensen: yes, such attrset tognu command standard
<marek>
niksnut: hmm probably yes
<marek>
niksnut: looks like that is not used yet
<ma27[m]>
gchristensen: yes :)
justanotheruser has quit [Ping timeout: 240 seconds]
justanotheruser has joined #nixos-dev
onixie has quit [Remote host closed the connection]
<niksnut>
I gave the 20.03-small channel a manual poke to get it to advance
<gchristensen>
I just about deployed it to my router, and then remembered I should probably wait until I'm home
<niksnut>
heh
__monty__ has quit [Quit: leaving]
orivej has quit [Ping timeout: 240 seconds]
<manveru>
does anyone know how to get the closure size of a shell.nix?
aszlig has quit [Quit: Kerneling down for reboot NOW.]
<{^_^}>
#78044 (by NinjaTrappeur, 4 weeks ago, open): Node2nix doesn't support the `nodejs-13_x` packageset
drakonis has joined #nixos-dev
orivej has joined #nixos-dev
orivej has quit [Ping timeout: 258 seconds]
cole-h has joined #nixos-dev
orivej has joined #nixos-dev
orivej has quit [Ping timeout: 258 seconds]
<gchristensen>
niksnut: I was thinking about the `tested` jobset and falling back to the old style when being evaluated in hydra. but no good: we don't currently pass a parameter in which flips based if it is actually in Hydra
Jackneill has quit [Remote host closed the connection]
<gchristensen>
that takes me back to thinking about having the hydra-like evaluation command in Nix itself, but I don't want to rush that. I wish there were an easy way to recommend people evaluate it, though
<gchristensen>
that felt like evaluating a normal expression
drakonis1 has joined #nixos-dev
drakonis has quit [Ping timeout: 272 seconds]
drakonis1 has quit [Ping timeout: 272 seconds]
drakonis has joined #nixos-dev
drakonis has quit [Ping timeout: 240 seconds]
drakonis1 has joined #nixos-dev
orivej has joined #nixos-dev
drakonis1 has quit [Ping timeout: 248 seconds]
drakonis1 has joined #nixos-dev
drakonis1 has quit [Client Quit]
drakonis has joined #nixos-dev
johnny101m has quit [Ping timeout: 240 seconds]
<gchristensen>
worldofpeace: do you have any objection to updating the wayland on 20.03 1.17 -> 1.18 ? some bugs become easier to fix with that
johnny101m2 has joined #nixos-dev
<gchristensen>
oh no I'm compiling so much
ris has joined #nixos-dev
<ma27[m]>
gchristensen: so I'm afraid I don't have sufficient time anymore today to talk about the matrix-synapse PR. Is it okay if I ping you tomorrow on IRC in a PM?
<gchristensen>
please!
adit[m] has joined #nixos-dev
drakonis_ has joined #nixos-dev
drakonis has quit [Ping timeout: 240 seconds]
psyanticy has quit [Quit: Connection closed for inactivity]
<niksnut>
gchristensen: well, we could add a jobset argument like { inHydra ? true }: ...
drakonis has joined #nixos-dev
<niksnut>
but it's not a good way forward since flakes don't allow arguments
<gchristensen>
yeah, but that doesn't accomplish the goal ("make nix-instantiate ... -A tested work like it used to") unless it defaults to false and we edit the jobset configs
<gchristensen>
which we could do
<niksnut>
well, you can have inHydra ? false and set inHydra = true in the jobset declaration
<gchristensen>
exactly
<niksnut>
which is what you said :-)
<gchristensen>
:)
<gchristensen>
this reminds me that I wish the jobsets were declarative so we could more easily track changes to them (and make changes ... like adjusting scheduling shares)
drakonis_ has quit [Ping timeout: 240 seconds]
<niksnut>
flakes make them mostly declarative
<gchristensen>
yeah that is pretty good
<gchristensen>
will be good :)
<gchristensen>
also I'm pretty sure we've saturated the the queue runner :)
<niksnut>
but yeah ideally hydra wouldn't have any configuration via the web interface
<niksnut>
just a config file
drakonis has quit [Ping timeout: 240 seconds]
drakonis_ has joined #nixos-dev
drakonis_ has quit [Ping timeout: 260 seconds]
<aminechikhaoui>
the web config is also nice for certain use cases
<aminechikhaoui>
e.g pointing to the latest build from an another jobset
<aminechikhaoui>
so please don't nuke it :p
drakonis has joined #nixos-dev
<gchristensen>
Taneb: ping?
<worldofpeace>
FRidh: I see, that has nothing to do with how I merged things right?
<worldofpeace>
gchristensen: that kind of package would be my domain so I'll look into it.
Jackneill has quit [Remote host closed the connection]
teto has joined #nixos-dev
teto has quit [Client Quit]
andi- has quit [Remote host closed the connection]
andi- has joined #nixos-dev
<andi->
Could someone bump the 19.09 set to the front of the eval queue? After a week it would be nice to get some of the firefox security fixes etc.. out
* samueldr
checks if he can
<samueldr>
>> v
<samueldr>
>> 1313 builds have been bumped to the front of the queue.
<andi->
thanks!
drakonis has joined #nixos-dev
<andi->
also looks like a bunch of jobs are dead due to waiting for a GC: https://hydra.nixos.org/build/113300255, I tried cancel/restart but so far that didn't work
<LnL>
to abort jobs like that you need to find the exact build that started it
drakonis has quit [Ping timeout: 240 seconds]
drakonis has joined #nixos-dev
<andi->
ahh right, found one of them. On goes the hunt :-)
<LnL>
yeah it's pretty annoying, somebody with more access can also get it unstuck by restarting the queue runner
<andi->
I am tempted to just stop all the scheduled jobs in that eval and restart them... That might solve it
<andi->
It has been going for 9h with little progress
<andi->
has the downside that someone else has to bump them up again (cc samueldr ;-))
<samueldr>
>> 1313 builds have been bumped to the front of the queue.
<andi->
<3 samueldr
<{^_^}>
samueldr's karma got increased to 169
<LnL>
ah yeah that usually also works
<LnL>
the build that got stuck is generally part of the first eval that's stalled
<LnL>
and there's only 1 eval in this case
drakonis has quit [Remote host closed the connection]