5 Aug 2025 |
hexa | security updates on aug 12th | 15:55:19 |
6 Aug 2025 |
Sandro | Someone else wants to test https://github.com/NixOS/nixpkgs/pull/431250 ? | 23:39:31 |
8 Aug 2025 |
| 0x4A6F joined the room. | 06:59:41 |
10 Aug 2025 |
sterni (he/him) | Does Hydra actually fail if a jobset expression produces booleans? https://github.com/NixOS/nixpkgs/pull/425216#issuecomment-3172645990 | 13:54:25 |
Janne | cc @joerg:thalheim.io | 17:20:16 |
12 Aug 2025 |
Janne | hexa: you ready? | 10:04:29 |
Janne |  Download image.png | 10:05:13 |
Janne | CVE-2025-54800 (High, 7.1) and CVE-2025-54864 (Moderate, 6.9) are now disclosed. | 10:12:59 |
hexa | https://github.com/NixOS/infra/pull/764#issuecomment-3178216012 | 10:26:54 |
hexa | apparently also linux has a max unix socket path length of 108 bytes | 10:27:15 |
Sandro | No nixpkgs PR so far? | 13:28:00 |
Sandro | apparently the updater script is broken for me due to alias usage in tree 😅 | 13:45:54 |
Sandro | https://github.com/NixOS/nixpkgs/pull/433099 | 13:50:37 |
Sandro | and fix the aliases, too https://github.com/NixOS/nixpkgs/pull/433100 | 13:51:30 |
Sandro | https://github.com/NixOS/hydra/pull/1508 | 14:36:54 |
13 Aug 2025 |
Mic92 | https://github.com/NixOS/hydra/pull/1506 Someone who would have time to test this? | 08:12:02 |
ElvishJerricco | ugh, I'm still getting the issue where the queue runner refuses to continue through the queue after any builds fail, even though the disabledUntil thing on my builder is in the past. | 08:17:48 |
sterni (he/him) | appears not https://github.com/nix-community/nix-eval-jobs/blob/a579b1a416dc04d50c0dc2832e9da24b0d08dbac/src/worker.cc#L261-L280 | 11:29:54 |
John Ericson | Simon Hauser: I was talking to Mic92 just now. I am hoping that the new queue runner can (a) go in the repo, (b) be integrated into hydra's test suite | 20:22:25 |
John Ericson | otherwise, the test suite will no longer match the reality of what is deployed | 20:22:39 |
14 Aug 2025 |
Simon Hauser | That was the plan, I'll work on it this weekend | 16:21:48 |
18 Aug 2025 |
| knownasred set a profile picture. | 14:26:00 |
| knownasred changed their display name from redblueflame to knownasred. | 14:26:05 |
| @sjanssen:matrix.org left the room. | 21:50:04 |
20 Aug 2025 |
| dgrig joined the room. | 17:43:06 |
21 Aug 2025 |
hacker1024 | Was there documentation on defining aggregate jobs somewhere? I swear I read something at one point, but I can't find anything in the manual now... | 01:31:48 |
| @creepinson:matrix.org joined the room. | 22:11:27 |
22 Aug 2025 |
| elikoga changed their profile picture. | 17:28:12 |
23 Aug 2025 |
Janne | None I know about | 17:38:18 |
shawn8901 | Not sure if that helps, but here is the code for the aggregate https://github.com/NixOS/nixpkgs/blob/76d197f4b03c0ad103b0254d6c333fca427133ba/pkgs/build-support/release/default.nix#L122
I am then doing something like that on my flake to define an overall hydraJob for all my nixosConfigurations
${name} = nixpkgs.legacyPackages.x86_64-linux.releaseTools.aggregate {
inherit name;
meta = {
schedulingPriority = 10;
};
constituents = map (n: "nixos." + n) (nixpkgs.lib.attrNames self.nixosConfigurations);
};
| 22:18:05 |