| 1 Nov 2025 |
antifuchs | can I ask that somebody with nix-darwin permissions review and ideally merge https://github.com/nix-darwin/nix-darwin/pull/1431? it would help my dock configuration a lot if this went in (: | 16:51:19 |
antifuchs | * (ooops, I should have asked in nix-darwin-dev) | 16:52:22 |
winston | just hit a build failure on staging for cctools trying to get rust 1.91 to build on aarch64-darwin
https://github.com/NixOS/nixpkgs/pull/426586#issuecomment-3476760487 | 20:19:34 |
emily | was that just never tested? 🫠 | 20:28:47 |
emily | you up for opening a fix PR? | 20:28:54 |
winston | sure | 20:29:13 |
winston | https://github.com/NixOS/nixpkgs/pull/457629 | 20:35:51 |
| Gaétan Lepage changed their profile picture. | 22:53:18 |
| Gaétan Lepage changed their profile picture. | 22:54:17 |
winston | I've also run into build failures with the test-nl_langinfo-mt test failing for gnugrep and diffutils, guess those could be flaky tests on macOS? | 23:04:54 |
Randy Eckenrode | I had those too. They didn’t get fixed? | 23:05:21 |
winston | i might be on a slightly older commit | 23:05:32 |
Randy Eckenrode | I think they only happen on macOS 26. | 23:05:41 |
winston | still on c9e62cb right now | 23:05:53 |
emily | IIRC I gave my diff and you were going to include it in one of your PRs? | 23:06:57 |
emily | but maybe it got lost | 23:07:04 |
emily | I can push it out if needed | 23:07:16 |
Randy Eckenrode | No. I assumed someone else was fixing it. I kept it on a separate branch just to do my testing. | 23:07:33 |
| 2 Nov 2025 |
Randy Eckenrode | https://www.lunarg.com/lunarg-achieves-vulkan-1-3-conformance-with-kosmickrisp-on-apple-silicon/ | 02:35:16 |
Randy Eckenrode | Looks like it will require macOS 15. I still think we should make it the default. Users on macOS 14 can use the nix-darwin thing to switch back to MoltenVK. | 02:36:41 |
spewdins | Yes please… | 02:39:31 |
emily | LLM slop blog post :'( | 03:03:29 |
emily | has anyone tried mpv with it yet? | 03:03:44 |
emily | it seems to have not even been raised on their issue tracker | 03:04:24 |
emily | https://github.com/mpv-player/mpv/blob/master/video/out/vulkan/context_mac.m do they support VK_EXT_METAL_*? | 03:07:24 |
Randy Eckenrode | No idea, but for things that don’t work with it, we can force them back to using MoltenVK. | 03:09:04 |
emily | my question is whether anything will work with it that expects MoltenVK – everything has to use some windowing system API | 03:09:53 |
emily | so if it doesn't offer the MoltenVK APIs for setting up the actual Metal surface it's unclear what will run out of the box to me, though my Vulkan knowledge is limited | 03:10:25 |
emily | https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37493 | 03:12:00 |
emily | wonder if this stuff is API-compatibel | 03:12:06 |