| 26 Mar 2026 |
Mic92 | I would like to setup access for the hydra team. | 21:58:46 |
Mic92 | for the staging infra | 21:58:50 |
Janne | Just derive it from my ssh key | 22:18:50 |
Janne | I don't have a laptop rn | 22:19:04 |
| 27 Mar 2026 |
Mic92 | Janne: https://github.com/NixOS/hydra/pull/1568 I fixed up the OIDC PR | 00:24:06 |
Mic92 | is ners also here? | 00:24:29 |
magic_rb | @ners:nixos.dev no | 00:34:47 |
magic_rb | At least not yet | 00:35:03 |
Mic92 | Janne: do you want to switch your own hydra to OIDC for testing :) | 00:46:54 |
Mic92 | I sent him a message | 00:48:25 |
John Ericson | we should invite anyone we know using hydra | 16:39:15 |
John Ericson | Mic92: do you have an opinion on this bytes type vs Vec<u8>? | 16:39:32 |
Mic92 | John Ericson: you refer to this one? https://github.com/tokio-rs/bytes | 16:57:46 |
John Ericson | yeah | 16:57:58 |
John Ericson | I don't get the point of it vs Vec<u8> and &[u8] | 16:58:12 |
John Ericson | I thought this might have come from nix.rs but I am not sure | 16:58:24 |
John Ericson | (maybe I am just missing something as to why it's better to be clear) | 16:58:42 |
Mic92 | John Ericson: I think bytes is ref-counted, so you can do cheap clone() | 16:58:49 |
Mic92 | so useful if you parse protocols | 16:59:09 |
John Ericson | hmm ok | 16:59:14 |
John Ericson | interesting | 16:59:20 |
Mic92 | yes it came from nixrs, I have not used it much before either. | 16:59:44 |
Rick (Mindavi) | In reply to @Ericson2314:matrix.org we should invite anyone we know using hydra If I find some time it'd be cool to play with it. But don't have infra setup for OIDC/OAuth at all yet, so it might be a bit of a time sink to set it all up. But will give feedback if I get anywhere | 17:00:45 |
John Ericson | sounds good! | 17:01:10 |
John Ericson | https://github.com/NixOS/hydra/pull/1605/files btw if anyone wants to review that | 17:02:03 |
John Ericson | it remoes the last C++ :) | 17:02:10 |
John Ericson | BMG: Is there a valid reason that drvPath is nullable on BuildStep? | 20:51:11 |
John Ericson | Also it seems like Build / BuildOutput is full of redundant stuff and we should instead track the root BuildStep? | 20:51:42 |
| Artemis Tosini (NixOS) joined the room. | 20:53:57 |
John Ericson | (when you see this BMG, please ping Artemis Tosini (NixOS) too) | 21:01:42 |