<srhb>
I'll let you explain that to me some other time :-P
<gchristensen>
each jobset gets a certain number of credits/day to run
<gchristensen>
relative to the rest ofthe jobsets, and I wonder if a jobset has loads of darwin builds and the linux machines are left without work
<srhb>
I don't think that would explain why all linux builders were at 0 done at that point, but hm.
Lisanna has quit [Remote host closed the connection]
Lisanna_ has joined #nixos-dev
zarel has joined #nixos-dev
zarel has quit [Ping timeout: 244 seconds]
<cransom>
the credits don't take into account the arch that it runs on, so i could see it pingponging back and forth between archs for jobs. there's some refinement in there that might be interesting.
orivej has joined #nixos-dev
zarel has joined #nixos-dev
<gchristensen>
cransom: per-arch queues with credits per queue?
<cransom>
Yeah.
<cransom>
This would have been a successful nerd snipe any other day. Maybe illl think about it later :)
<thoughtpolice>
In case anyone wants a nicer, somewhat more featureful alternative to nix-serve (including Nix 2.0 HTTP auth support)
sir_guy_carleton has joined #nixos-dev
<Profpatsch>
Can we please patch nix to not accept this:
<Profpatsch>
{ a = "foo"; } ? a
<Profpatsch>
true
<Profpatsch>
but only this:
<Profpatsch>
{ a = "foo"; } ? "a"
<Profpatsch>
The first one hurts the symbolic part of my brain.
<Profpatsch>
Also, strange unexplainable bugs.
<Profpatsch>
thoughtpolice: Ooooooh, sweet!
<Profpatsch>
I’ll try it out.
<Profpatsch>
thoughtpolice: 1 commit? oO
<thoughtpolice>
There were a bunch of trash commits in there while I was debugging a few Nix interactions (ever seen 'wip?' 20x times in your history?) so I just collapsed all of time and space into a single commit. :P
<Profpatsch>
Ah, i c
<Synthetica>
No `rebase -i`?
<thoughtpolice>
I really, really don't want to get into a whole discussion about it (no offense but let's be honest, you ask 10 people about this, you'll get 40 opinions), but needless to say when the vast majority of it is especially minor touchups/cleanup/doc commits, I just decided to clean the slate, so to speak.
<thoughtpolice>
And squash down into the original commit.
<Synthetica>
Wait, I gotta offer 3 more opinions? 🙀
<thoughtpolice>
That's the _minimum_ I expect from a discussion around rebasing :)
<thoughtpolice>
Also I'll just take the time to say the fact that Discourse gives me a little unique badge icon for the daring act of "posting a link" is strangely funny to me.
aanderse has quit []
<Profpatsch>
&& binds stronger than -> and I’ve just made a fool of myself.