22 Aug 2025 |
hexa | we keep derivations, but not outputs | 22:06:08 |
23 Aug 2025 |
dgrig | Copy pasting from the nix manpage:
keep-derivations ⟨#conf-keep-derivations⟩
If true (default), the garbage collector will keep the derivations from which non-garbage store paths were built. If false,
they will be deleted unless explicitly registered as a root (or reachable from other roots).
Keeping derivation around is useful for querying and traceability (e.g., it allows you to ask with what dependencies or op‐
tions a store path was built), so by default this option is on. Turn it off to save a bit of disk space (or a lot if keep-
outputs is also turned on).
Since we're gc'ing outputs and it specifies "will keep the derivations from which non-garbage store paths were built", I believe this will also gc derivations?
| 00:34:24 |
hexa | ah, yeah | 00:35:17 |
25 Aug 2025 |
| @federicodschonborn:matrix.org changed their display name from Cat McFishface 🏳️🌈 (he/they) to Mr. Bones (he/they). | 13:37:34 |
26 Aug 2025 |
Winter | is it expected that channels.nixos.org lags behind the hydra jobsets? e.g. https://hydra.nixos.org/jobset/nixos/trunk-combined#tabs-evaluations, i fetched nixos-unstable on 2025-08-25 10:55 -0400 and got https://hydra.nixos.org/eval/1817796 from the 19th | 21:58:21 |
Winter | ~5-6 days of lag seems... odd? | 21:58:35 |
Ramses 🇵🇸 | Those evals didn't cause channel bumps, IIUC. The tested job was broken for them | 22:35:48 |
Ramses 🇵🇸 | So that's intended | 22:36:21 |
Ramses 🇵🇸 | Winter: ^ | 22:36:37 |
27 Aug 2025 |
Vladimír Čunát | Details are in https://wiki.nixos.org/wiki/Channel_branches#Internal_channel_update_process | 05:04:03 |
Arian | Aggregate jobs always trip me up. Especially because they're so hard to find in the hydra UI. Wish we pinned them to the top of the eval view or something | 08:31:30 |
Vladimír Čunát | You'd better use https://status.nixos.org/ | 08:33:53 |
Vladimír Čunát | Hydra itself does not know that some jobs are special. | 08:34:18 |
Vladimír Čunát | (in the sense that they block channels) | 08:34:33 |
Vladimír Čunát | That logic is external: https://github.com/NixOS/nixos-channel-scripts/blob/master/mirror-nixos-branch.pl | 08:35:14 |
hexa | will reboot haumea and mimas for an update and the nftables migration | 13:35:22 |
hexa | now that we've essentially run out of linux runnables 😉 | 13:35:42 |
hexa | earlier we had 140 copying jobs and the load was >120 | 13:41:25 |
28 Aug 2025 |
| @drupol:matrix.org left the room. | 08:14:27 |
| sbc64 changed their profile picture. | 14:23:32 |
30 Aug 2025 |
josw | Hi, was trying to update my 25.05 install but it seems it tries to build a lot of things only from source? | 07:15:23 |
K900 | Wrong room probably | 07:15:56 |
K900 | You want #Nix / NixOS | 07:16:00 |
josw | Ah, sorry | 07:16:17 |
Vladimír Čunát | Unless... it's the electron builds that failed on the infra. Those for the current nixos-25.05 channel. | 07:23:54 |
Vladimír Čunát | Also some chromiums, but I believe those are already cached at this point. | 07:24:24 |
josw | Yep, I saw those mentioned a lot | 07:24:39 |
Vladimír Čunát | (assuming x86_64-linux, didn't see the issue now for another platform) | 07:25:09 |
josw | it is | 07:25:24 |
Vladimír Čunát | It will take hours to get these to cache. Some were put recently, e.g. https://hydra.nixos.org/build/306095996 Some will follow. | 07:26:56 |