| 13 May 2022 |
@linus:schreibt.jetzt | In reply to @os:matrix.flyingcircus.io Ah, one of the nix paths contained a ${nixpkgs} reference in a path. I replaced that with a relative path (possible in that particular case), but adjusting the NIX_PATH might also be a viable way. If anything you want it to be an input in your hydra jobset definition, because NIX_PATH doesn't apply globally in Hydra | 11:55:16 |
osnyx (he/him) | I'll have a look, thx. | 11:56:01 |
| 14 May 2022 |
| Florian | W3F - OoO Mon/Tue changed their display name from Florian | W3F to Florian | OoO -> 29.5.. | 11:55:50 |
| 15 May 2022 |
| dadada (they/them) changed their display name from dadada (er/they) to dadada / Tim. | 13:19:12 |
@ulrikstrid:matrix.org | Some maybe stupid questions:
* How do I make docker/VM images available after a run?
* How can I upload my cache to cachix/S3 after a run? | 14:03:05 |
cransom | you can use runCommand to push paths to a cache. if you look around for references to hydra-build-products in nixpkgs, you'll see how to create links for downloads in hydra. | 16:49:58 |