| 28 May 2026 |
viraptor | In reply to @kfiz:matrix.org https://github.com/NixOS/nixpkgs/issues/525087 Yeah, that's on me. Another case to test against... Fix incoming. | 14:23:46 |
| 29 May 2026 |
Myria | Hey, I was building staging on darwin and noticed that the recent darwin update cause the darwin build to fail (both x86 and arm). I've got a quick patch that disables the failing test, but is there something I should do to assure that this isn't a problem with upstream rsync and just our environment we build it in? | 06:53:52 |
Myria | Hmm, seems like homebrew has pushed the latest version, so it's probably just a nixpkgs issue | 06:54:58 |
Myria | * | 07:03:53 |
Myria | *rsync | 07:03:56 |
Myria | Rsync update not darwin update. That was an oops on my part | 07:04:11 |
viraptor | Rsync had some badness in the latest release, I've seen at least 3 people run into that one already today in unrelated ways.. | 07:14:04 |
Myria | Yeah, fair enough. I've got a fix I'm just testing now that disables the failing tests on darwin, and hopefully that should fix things. | 07:20:23 |
| kfiz set a profile picture. | 23:10:45 |
| 30 May 2026 |
viraptor | Got a fix for you: https://github.com/NixOS/nixpkgs/pull/525811 | 01:54:10 |
viraptor | * Got a fix for you. There was a lot of new weird stuff in macos26 icon generation: https://github.com/NixOS/nixpkgs/pull/525811 | 01:55:03 |
kfiz | Thx. Works for me. Had to reboot though. When I was directly opening it with open result/Applications/Element.app my machine became unresponsive. After a reboot the app opened normally as part of loginwindow, i.e. as part ot the previously opened applications. | 03:05:33 |
viraptor | In reply to @kfiz:matrix.sopado.de Thx. Works for me. Had to reboot though. When I was directly opening it with open result/Applications/Element.app my machine became unresponsive. After a reboot the app opened normally as part of loginwindow, i.e. as part ot the previously opened applications. The icons are parsed by the system and apparently I can crash one of those services. Don't think about it too much. Definitely no security implications there... | 04:48:11 |
viraptor | * The icons are parsed by the system and apparently I can crash one of those services. (That's carried over from the previous bad file) Don't think about it too much. Definitely no security implications there... | 04:50:57 |
| ulucs joined the room. | 08:45:22 |
Randy Eckenrode | Anyone getting this warning on the nix-darwin 26.05 branch?
trace: warning: reckenrode profile: programs.man.generateCaches has no effect when programs.man.package is null
| 15:15:08 |
Austin Horstman | looks like a home manager warning | 15:23:14 |
Austin Horstman |  Download image.png | 15:23:40 |
Austin Horstman | https://github.com/nix-community/home-manager/pull/8723 | 15:25:47 |
Austin Horstman | looks like firefox devedition broke on darwin
> structuredAttrs is enabled
┃ > touch: cannot touch 'Developer': Permission denied
┃ > touch: cannot touch 'Edition.app/Contents/Resources/is-packaged-app': No such file or directory
┃ For full logs, run:
┃ nix log /nix/store/bbvd4lm0n7sxvj2rdh4niifiwwczp674-firefox-devedition-152.0b1.drv
| 15:28:49 |
Austin Horstman | looks like a simple quoting issue in a recent change | 15:33:27 |
Austin Horstman | K900: created a pr if you can take a look https://github.com/NixOS/nixpkgs/pull/525999 when you get a chance | 15:50:53 |
K900 | Ugh of course there's spaces | 15:51:31 |
Austin Horstman | thanks, appreciate it | 15:51:35 |
K900 | Merged | 15:51:39 |
| Matt Sturgeon joined the room. | 15:59:55 |
Matt Sturgeon | I was reviewing a PR that adds 2 packages with platforms = darwin, but noticed CI shows zero rebuilds on darwin. https://github.com/NixOS/nixpkgs/pull/461881#discussion_r3328961031
Does anyone here have any ideas? I don't have any darwin hardware, so I can't verify whether the packages actually evaluate on darwin or not.
Could be a packaging/eval issue, a CI issue, or a weird quirk I'm unaware of.
| 16:02:33 |
Austin Horstman | might be unsupported dependencies, i can test eval stuff | 16:08:10 |
Matt Sturgeon | Thanks for investigating.
eval-only — I can't build darwin
Ah, did you use something like pkgsCross?
| 16:28:58 |
Austin Horstman | there are some build issues | 16:30:08 |