| 17 Mar 2026 |
hexa | that's roughly 7 months until we can buy the thing | 15:03:59 |
vcunat | Also electricity etc. but it still doesn't feel cheap. | 15:04:22 |
hexa | nah, what they offer is cool, because it just works very well | 15:04:47 |
hexa | compared to hetzner and macstadium they have a very reliable remote kvm for example | 15:05:08 |
hexa | with hosting we trade that in for mdm and remote hands | 15:11:39 |
hexa | * with hosting those ourselves we trade that in for mdm and remote hands | 15:11:53 |
Sandro 🐧 | pushed a fix | 15:31:50 |
Sandro 🐧 | doesn't work because of $out | 15:32:34 |
Sandro 🐧 | yep, cargo vendor changed | 15:32:35 |
hexa | patches = [
(replaceVars ./fix-mitmproxy-linux-redirector-path.diff {
mitmproxy-linux-redirector = "${placeholder "out"}/bin/mitmproxy-linux-redirector";
})
];
| 15:32:58 |
hexa | patches = [
(replaceVars ./fix-mitmproxy-linux-redirector-path.diff {
mitmproxy-linux-redirector = "${placeholder "out"}/bin/mitmproxy-linux-redirector";
})
];
| 15:33:01 |
Sandro 🐧 | That references the out of the replaceVars derivation, not the mitmproxy derivation IIRC | 15:39:45 |
hexa | hrm, does it? ok. | 15:42:15 |
Sandro 🐧 | Yep, it is specific to the derivation it runs in. | 15:47:11 |
Sandro 🐧 | So it cannot be used in Ferchpatch or so, too | 15:47:21 |
| 19 Mar 2026 |
| @emma:rory.gay left the room. | 06:27:54 |
vcunat | staging-next merge should come within a couple days. The nixos/unstable jobset is already preparing NixOS tests. I just hope there won't be large complications in there from https://github.com/NixOS/nixpkgs/pull/478109 | 08:21:13 |
niklaskorz | Is anyone from the Gnome team already working on a Gnome 50 PR? There doesn't seem to be one yet, but I'd rather double check before giving it a try myself | 08:43:47 |
hexa | #NixOS GNOME | 09:02:50 |
| plamper joined the room. | 09:30:00 |
| 20 Mar 2026 |
vcunat | staging-next merged | 09:39:13 |
| Evrim Ulu joined the room. | 11:28:41 |
| 23 Mar 2026 |
vcunat | New staging-next-25.11:
https://github.com/NixOS/nixpkgs/pull/502472 | 08:09:55 |
vcunat | Only now Hydra managed to get through the rebuilds, partially because of reverting https://github.com/NixOS/nixpkgs/pull/493445 | 08:10:58 |
vcunat | Lately we seem to be keeping a monthly period. Managing one staging-next and one staging-next-25.11 in each month. | 08:11:38 |
vcunat | * Lately we seem to be keeping a monthly period, managing one staging-next and one staging-next-25.11 in each month. | 08:11:48 |
kuflierl | Need some support. The last staging merge seems to have broken fceux (https://github.com/NixOS/nixpkgs/issues/500611) in a strange way. I can not seem to track down the exact break point (and also do not have the compute to bisect my way trough 1000+ rebuilds every step).
Maybe yall have an idea what might cause this unzip.h: No such file or directory? | 14:35:03 |
K900 | minizip API change | 14:35:21 |
K900 | You can use minizip-ng for now | 14:35:26 |
kuflierl | strange, my diff says that only a small patch was added that adds a single include line | 14:37:11 |