NixOS Infrastructure | 469 Members | |
| Next Infra call: 2024-07-11, 18:00 CEST (UTC+2) | Infra operational issues backlog: https://github.com/orgs/NixOS/projects/52 | See #infra-alerts:nixos.org for real time alerts from Prometheus. | 146 Servers |
| Sender | Message | Time |
|---|---|---|
| 19 May 2026 | ||
| we don't manage keys in that user | 10:39:33 | |
| we only manage them for root | 10:39:51 | |
| I mean, I'm not really interested in putting significant work into darwin stuff. I'll gladly leave that to you or others. | 10:40:19 | |
| uh-huh | 10:40:53 | |
| Though it's one lock-file shared for all kinds of machines, so I guess it's better not to let the real state drift too much. | 10:41:14 | |
| BTW
| 10:43:20 | |
| can you file an issue for that? | 10:52:31 | |
| 16:47:30 | ||
| 20:56:29 | ||
| 20 May 2026 | ||
| Hey, I was looking into optimizations for build scheduling to account for substitution cost and was wondering how large (in terms of number/total size of derivations) the nix store was on builder nodes. This is mainly intended to make some guestimates about how expensive the query of "Which subset of a package's build graph is present on a builder node and how large (in total file size) is that subset?" is. My personal builders have varied from 250K-1M but they are almost certainly smaller/less used than the public builders. I have looked through the data in the public Grafana instance but could not find an applicable metric. Could you please, if it is available somewhere, include this metrics in the Prometheus Instance for the NixOS Infra? Alternatively, could someone with access to the nodes please look it up on a few builder nodes for me? It should be queriable via the sqlite DB ( | 11:18:19 | |
| Something that was brought up before is that you can just do a bloom filter over store hashes | 11:32:45 | |
| It ends up on the order of a few kilobytes for a very good hit rate | 11:33:06 | |
| The real problem is that requires an additional agent on the workers | 11:33:22 | |
| I know, I plan to do some research on this for my baechelor thesis. iirc you or hexa (signing key rotation when) broght it up when I asked for relevant issues before in the offtopic channel. The main thing for me here was to not just count store paths though but instead the total size of the store paths (as , e.g., firefox-bin is heavier than harfbuzz). My main plan here was to make a prototype with an extra agent/nix-scheduler-hook and use the results from testing there to propose changes to hydra queue runner later. | 11:38:49 | |
| * I know, I plan to do some research on this for my baechelor thesis. iirc you or hexa (signing key rotation when) broght it up when I asked for relevant issues before in the offtopic channel. The main thing for me here was to not just count store paths though but instead the total size of the store paths (as , e.g., firefox-bin is heavier than harfbuzz). My main plan here was to make a prototype with an extra agent/nix-scheduler-hook and use the results from testing there to propose changes to hydra queue runner later. The number/total size of paths here was to make some estimates here about actual costs of, e.g., asking the daemon for the subset of paths in the store. | 11:39:57 | |
| * I know, I plan to do some research on this for my baechelor thesis. iirc you or hexa (signing key rotation when) broght it up when I asked for relevant issues before in the offtopic channel. The main thing for me here was to not just count store paths though but instead the total size of the store paths (as , e.g., firefox-bin is heavier than harfbuzz). My main plan here was to make a prototype with an extra agent/nix-scheduler-hook and use the results from testing there to propose changes to hydra queue runner later. The number/total size of paths here was to make some estimates here about actual computational cost of, e.g., asking the daemon for the subset of paths in the store. | 11:40:07 | |
| * I'm aware of the issues with just tagging it on the existing daemon, I plan to do some research on this for my baechelor thesis. iirc you or hexa (signing key rotation when) broght it up when I asked for relevant issues before in the offtopic channel. The main thing for me here was to not just count store paths though but instead the total size of the store paths (as , e.g., firefox-bin is heavier than harfbuzz). My main plan here was to make a prototype with an extra agent/nix-scheduler-hook and use the results from testing there to propose changes to hydra queue runner later. The number/total size of paths here was to make some estimates here about actual computational cost of, e.g., asking the daemon for the subset of paths in the store. | 11:41:37 | |
| 11:56:04 | |
| those are our linux builders, the first two x86_64-linux, the last two aarch64-linux | 11:57:39 | |