| 19 Feb 2026 |
emily | (but worst case we can just hardcode "26.11pre-git" for now) | 15:55:33 |
vcunat | It fixed nixosTests.containers-imperative apparently. | 16:03:48 |
vcunat | So maybe it's all fine now. | 16:03:55 |
vcunat | (I've fixed rsyslog build in the meantime.) | 16:04:04 |
vcunat | * So maybe it's all fine now, at least after we merge that PR. | 16:04:35 |
K900 | FYI: https://github.com/NixOS/nixpkgs/pull/492157 | 16:16:37 |
K900 | Will merge once I'm sure it's 0 rebuilds | 16:16:48 |
K900 | Also libphonenumber is busted with boost 1.89 | 16:19:00 |
K900 | But 1.88 works | 16:19:02 |
K900 | Will pin unless anyone wants to dig into it | 16:19:07 |
emily | is there actually a formal distinction between dynamic attributes in rec and any use of with, btw? (not that I wouldn't be happy to see both rec and with purged from the language) | 16:22:28 |
K900 | Formal, no | 16:23:22 |
K900 | But it gets REALLY funny with rec | 16:23:32 |
emily | rec { ${if cond then "ambiguous" else null} = …; test = ambiguous; }.test seems indistinguishable from with { ${if cond then "ambiguous" else null} = … }; ambiguous | 16:23:43 |
emily | hmm, except the former always complains about ambiguous not being bound | 16:26:17 |