| 19 Jun 2023 |
raphi |  Download image.png | 18:27:56 |
raphi | yeah it's supposed to be resonably pretty mdBook
likely culprit: | 18:27:57 |
raphi | * yeah it's supposed to be resonably pretty mdBook
likely culprit (when inspecting the response headers of the .css files): | 18:28:18 |
raphi | https://github.com/NixOS/hydra/issues/1278 | 18:44:31 |
@antifuchs:asf.computer | ah, oh, neat! thanks for digging that up. seems like https://github.com/NixOS/hydra/pull/1268 is intended to fix it? | 18:47:24 |
| 20 Jun 2023 |
@antifuchs:asf.computer | I think I'm hitting a bootstrapping loop: I have a private repo on github for which I'd like to define a jobset with hydra; I don't quite understand how to authorize it to see the repo on github. Is the github_authorization sufficient to give it access? ... and how does that work with the flake jobset URL type? | 00:14:59 |
@antifuchs:asf.computer | (or do those require git+ssh & some ssh private key somewhere? | 00:15:10 |
@antifuchs:asf.computer | * (or do those require git+ssh & some ssh private key somewhere?) | 00:15:15 |
@antifuchs:asf.computer | in fact, having just set up github_authorization with a personal access token, it doesn't look like using github:me/my-private-repo gives hydra access to the repo. guess that's a nix/flakes limitation? | 00:36:02 |
@antifuchs:asf.computer | * ~in fact, having just set up github_authorization with a personal access token, it doesn't look like using github:me/my-private-repo gives hydra access to the repo. guess that's a nix/flakes limitation?~ so setting a deploy SSH key in addition to the auth token seems to do the trick! | 00:58:55 |