| 3 May 2022 |
@anarres:catgirl.cloud | In reply to @tilpner:tx0.co anarres: desperate guess, but can you run nix flake lock? Unfortunately, I’ve tried this already. No change in behavior | 19:16:13 |
| 4 May 2022 |
| McSinyx joined the room. | 07:08:42 |
| @wybpip:matrix.org joined the room. | 15:01:53 |
| @wybpip:matrix.org left the room. | 15:01:54 |
| 5 May 2022 |
| Simon Adameit joined the room. | 08:23:12 |
| 7 May 2022 |
| nf changed their display name from nf to ncfavier. | 17:29:09 |
| 11 May 2022 |
hexa | for the firefox build on hydra it would be helpful if we could upload debug symbols to symbols.mozilla.org | 20:06:17 |
das_j | → #infra:nixos.org | 20:06:48 |
hexa | not sure, my ask is whether hydra can even do such a thing | 20:07:04 |
hexa | and how it would be specified | 20:07:20 |
das_j | ah. you can just use a RunCommand | 20:07:20 |
hexa | and that's not sandboxed I guess? | 20:07:34 |
das_j | it's ran under the hydra-notify daemon | 20:07:45 |
das_j | * it's run under the hydra-notify daemon | 20:07:48 |
hexa | and probably nothing that can be configured from within nixpkgs, right? | 20:08:08 |
das_j | well | 20:08:13 |
hexa | if nixpkgs would switch to a declarative setup cough | 20:08:23 |
das_j | https://github.com/NixOS/hydra/pull/1103 | 20:08:27 |
das_j | In reply to @hexa:lossy.network if nixpkgs would switch to a declarative setup cough let's do an RFC 🥳 | 20:08:52 |
hexa | oh wow, merged. means as soon as hydra is updated cough I can sign android | 20:10:53 |
hexa | * oh wow, merged. means as soon as hydra is updated cough I can make it sign my android builds … that I'm not yet using | 20:11:03 |
@linus:schreibt.jetzt | In reply to @hexa:lossy.network oh wow, merged. means as soon as hydra is updated cough I can make it sign my android builds … that I'm not yet using Rick (Mindavi) has picked up the work on getting hydra up-to-date in nixpkgs, and some PRs have been merged the past couple of days :) | 21:52:16 |
@linus:schreibt.jetzt | So we might manage to get a version recent enough to include that PR in soon | 21:52:41 |
hexa | neat | 22:01:25 |
| 12 May 2022 |
@ulrikstrid:matrix.org | Is it possible to have multiple people handle a project? | 07:25:57 |
| 13 May 2022 |
| osnyx (he/him) joined the room. | 10:17:33 |
osnyx (he/him) | Hi there. Question: My Hydra is complaining about is forbidden in restricted mode a eval time. What kind of restricted mode is this referring to? I cannot find the term restrict* in the hydra docs at all. And while there is the Nix feature of restrict-eval, this is probably not meant here as that feature disables access to network for source fetching (except for an allow list), but my Hydra is doing such fetches just fine. | 10:20:37 |
@linus:schreibt.jetzt | Oliver Schmidt: it probably is restrict-eval, or are you actually fetching sources during evaluation time? | 10:21:33 |
@linus:schreibt.jetzt | Because restrict-eval doesn't affect fixed-output derivations, which are the mechanism through which sources are usually fetched. | 10:22:04 |
osnyx (he/him) | Ah. good to know, the docs read otherwise. | 10:22:23 |