| 1 Mar 2026 |
| _clown_ joined the room. | 01:16:04 |
| @0xmrtt:envs.net removed their profile picture. | 02:36:08 |
| @0xmrtt:envs.net removed their display name 0xMRTT [envs.net]. | 02:39:24 |
| @0xmrtt:envs.net left the room. | 02:41:03 |
| 2 Mar 2026 |
| bri set a profile picture. | 15:19:48 |
| beaver-kouhai joined the room. | 20:37:41 |
| 5 Mar 2026 |
| @mtheil:scs.ems.host changed their display name from Markus Theil to Markus Theil (SCS). | 09:33:56 |
| 6 Mar 2026 |
| Theuni changed their display name from Christian Theune to Theuni. | 19:58:59 |
| 7 Mar 2026 |
| LightQuantum joined the room. | 04:37:04 |
| 8 Mar 2026 |
| @vincenttc:matrix.org joined the room. | 10:17:40 |
| @vincenttc:matrix.org left the room. | 10:18:35 |
| @clay53:claytonhickey.me joined the room. | 20:42:36 |
| @clay53:claytonhickey.me left the room. | 20:43:04 |
| 9 Mar 2026 |
| @risson:lama-corp.space left the room. | 00:42:50 |
| 10 Mar 2026 |
| amadaluzia joined the room. | 07:19:20 |
| @mtheil:scs.ems.host left the room. | 14:48:22 |
| @zeromute:matrix.org joined the room. | 21:50:55 |
| 11 Mar 2026 |
| @zeromute:matrix.org left the room. | 11:20:16 |
| Theuni changed their display name from Theuni to Christian Theune. | 14:12:52 |
| 12 Mar 2026 |
| Theuni changed their display name from Christian Theune to Theuni. | 07:18:47 |
sterni | has anyone made a script yet that fetches the remainnig queued jobs for a Hydra jobset eval and builds them locally? | 14:14:14 |
vcunat | 🤔 I think I've seen something meant for CI which builds only the stuff which can't be substituted. | 14:19:49 |
vcunat | Found it: https://github.com/Mic92/nix-build-uncached | 14:20:25 |
vcunat | (I'm not sure what exactly you want and I haven't even used this one, though.) | 14:21:40 |
sterni | i guess that sort of works but is annoying if you have to eval the jobset locally again instead of fetching the information from Hydra | 21:14:05 |
sterni | to be fair though my use case is a bit niche, I sometimes want to build the 50 or so remaining builds from haskell-updates since you can get stuck that way for days feels like sometimes when your jobset gets crowded out | 21:14:52 |
vcunat | I see. Let me bump those now, as there are few and won't slow the other big work much (e.g. staging-next). | 21:31:03 |
vcunat | Ideally you'd somehow fetch just the names of jobs which haven't finished and then evaled (+built) just those. | 21:32:16 |
vcunat | That might be not too hard. | 21:33:03 |
sterni | yeah it's probably just a shell script with jq | 21:45:28 |