| 29 Mar 2026 |
K900 | (or, more realistically, in one glibc upgrade) | 14:37:49 |
K900 | Actually I'm pretty sure 25.11 on Fedora Rawhide will also blow up | 14:37:58 |
K900 | Which is very much a Supported Version of NixOS | 14:38:07 |
axw | Is there a way to lock applications to a specific workspace declaratively? I find that after every update the prefrence is reset. So… is there a nix option? | 16:32:24 |
axw | I know that yabai and stuff exists, I try to rely on native features as much as possible though. I find that a combination of stage manager and workspaces with keyboard shortcuts and raycast works rather well | 16:34:02 |
| 30 Mar 2026 |
| twistedttea set a profile picture. | 07:08:22 |
| 31 Mar 2026 |
Randy Eckenrode | https://forums.swift.org/t/previously-present-dylib-not-found-in-dyld-cache-as-of-macos-26-4/85696 | 23:43:20 |
Randy Eckenrode | I linked this over in the Swift channel, but I'm also linking it here. Having to use platform libs for Swift then having the platform drop one of them is really annoying. I don’t know whether anyone was using it, but still. | 23:44:33 |
| 1 Apr 2026 |
| Azad Satkarni changed their display name from 7karni to Azad Satkarni. | 06:40:44 |
viraptor | Hi @emilazy:matrix.org , your old request for changes is blocking the merge of https://github.com/NixOS/nixpkgs/pull/333546 - would you mind having a look? | 21:08:14 |
| 2 Apr 2026 |
Randy Eckenrode | Has anyone else run into crashes in libicucore.dylib on macOS 26.4? | 00:49:31 |
Katalin 🔪 | What’s the Swift channel? 👀 | 10:05:39 |
samasaur | https://matrix.to/#/#nixpkgs-swift:matrix.org | 10:05:54 |
Katalin 🔪 | Nice, thank you! | 10:11:14 |
Randy Eckenrode | I’ll probably poke at Swift a little bit this weekend, but I want to work on separating the SDK from the source release sources. I’m going to move the required sources into the main source releases and update them to get their sources from the other packages. Maybe XNU can be made to build its headers again, which would eliminate a lot of the private header stuff, but that’s not a priority right now. The goal is day 1 SDK updates for Darwin in nixpkgs. | 11:41:37 |
Randy Eckenrode | Source release updates to 26.3 (or 26.4) will come at another time. I want to do them for 26.05, but they required a bunch of changes when I looked at them before. | 11:42:25 |
Randy Eckenrode | The Swift update sucks, and Swift 6.3 appears to change the bootstrap story again, which sucks. It’s very likely the stage 0 bootstrap will be a binary bootstrap that is used to build the Swift compiler that builds the Swift compiler. I hate it, but I don’t think source-based bootstraps are sustainable (especially on Darwin) for Swift. | 11:47:25 |
Randy Eckenrode | And now I’ve also got to figure out why dotnet is crashing on macOS 26.4 because I actually need that. | 11:47:57 |
| 3 Apr 2026 |
Randy Eckenrode |
0x106fa4000 - 0x106fa7fff libicucore.A.dylib (*) <30726749-3eae-34a3-8004-08caddbbc2c3> /Volumes/VOLUME/*/libicucore.A.dylib
0x148224000 - 0x1483b3fff libicuuc.76.1.dylib (*) <c8073da6-cb3a-3656-b6bc-c0af25107042> /Volumes/VOLUME/*/libicuuc.76.1.dylib
0x14b604000 - 0x14d66ffff libicudata.76.1.dylib (*) <c9c97135-6a08-351e-9be3-d9b747d4f7b9> /Volumes/VOLUME/*/libicudata.76.1.dylib
0x1487b0000 - 0x1489effff libicui18n.76.1.dylib (*) <79018412-b022-360d-99b8-50334b392861> /Volumes/VOLUME/*/libicui18n.76.1.dylib
0x106fc0000 - 0x106fcbfff libicuio.76.1.dylib (*) <b3f1416f-503e-3dab-8440-e5d69e117a0a> /Volumes/VOLUME/*/libicuio.76.1.dylib
0x148b2c000 - 0x148daffff libclrjit.dylib (*) <1f05f066-7c94-3b78-a0aa-2139b8630d86> /Volumes/VOLUME/*/libclrjit.dylib
0x18cd33000 - 0x18cd7028f libsystem_kernel.dylib (*) <51565b39-f595-3e96-a217-fef29815057a> /usr/lib/system/libsystem_kernel.dylib
0x18cd71000 - 0x18cd7db3b libsystem_pthread.dylib (*) <e7a73008-0c09-31e3-9dd9-0c61652f0e85> /usr/lib/system/libsystem_pthread.dylib
0x18cc06000 - 0x18cc86ef7 libsystem_c.dylib (*) <66ebd321-6899-3863-ba24-5cfc3076a0cb> /usr/lib/system/libsystem_c.dylib
0x190a76000 - 0x190d4bd33 libicucore.A.dylib (*) <bd826ec4-73d6-3f95-abed-001f02b4a429> /usr/lib/libicucore.A.dylib
0x0 - 0xffffffffffffffff ??? (*) <00000000-0000-0000-0000-000000000000> ???
| 13:02:12 |
Randy Eckenrode | Something is pulling in the system ICU now. 😬 | 13:02:48 |
Randy Eckenrode | Foundation links against libxml2, which links against libicucore. Anything that links system frameworks will crash using our darwin.ICU build. Great. | 13:28:36 |
Randy Eckenrode | * | 13:28:56 |
hexa | does nix-darwin support rebuild/switch over ssh? | 14:58:41 |
hexa | like for nixos I have nixos-rebuild --target-host root@example.com --flake .#example | 14:59:05 |
hexa | Redacted or Malformed Event | 14:59:15 |
Ihar Hrachyshka | yes it definitely works, I do it all the time. what doesn't work is a launchd managed switch (if you use features like copyApps) | 15:29:00 |
Ihar Hrachyshka | * yes it definitely works, I do it all the time. what doesn't work is a launchd managed switch (if you use features like copyApps)
I think I may have misunderstood what you asked. If you mean native rebuild tool support for --target-host, probably not. I am doing remote repo delivery and run switch from there.
| 16:02:33 |
hexa | basically rebuilding and switching a remote host from a local tree | 16:22:08 |
hexa | | 16:22:14 |
hexa | infra has been looking at what macs to buy | 16:22:26 |