| 17 Nov 2025 |
Alyssa Ross | realistically this work needs to go upstream | 18:57:58 |
spewdins | Well, in any case I’m building a compositor and needed wayland running so here we go | 18:58:05 |
Alyssa Ross | it's the only way it's going to keep working | 18:58:05 |
WeetHet | It's dotnet stuff I prefer to not touch that | 18:58:07 |
WeetHet | They also need
(allow file-read* (subpath "/private/var/db/mds/system"))
(allow mach-lookup (global-name "com.apple.SecurityServer")
(global-name "com.apple.system.opendirectoryd.membership"))
| 18:59:29 |
WeetHet | For some reason | 18:59:32 |
Randy Eckenrode | The .NET stuff should be using darwin.ICU. That’s one of the reasons why it exists. Packages can use DYLD_LIBRARY_PATH. I don’t think we should be weakening the sandbox for convenience. | 19:01:12 |
WeetHet | https://gerrit.lix.systems/c/lix/+/4572 | 19:35:37 |
raitobezarius | WeetHet how much urgent is this? | 19:36:34 |
raitobezarius | we are literally doing 2.94.0 release engineering right now | 19:36:43 |
WeetHet | Not very urgent but I would prefer if it was in 2.94 | 19:37:01 |
WeetHet | * Not very urgent but I would prefer if it was in 2.94.something | 19:37:08 |
WeetHet | For now people (me) can use a patch or add extra sandbox configuration to config.nix | 19:37:32 |
WeetHet | * For now people (me) can use a patch or add extra sandbox configuration to nix.conf | 19:37:37 |
raitobezarius | this is merged | 19:38:04 |
raitobezarius | this bypassed normal process due to the situation | 19:38:13 |
WeetHet | I've built with the patch and it worked fine seemingly | 19:38:48 |
WeetHet | Shouldn't affect more than a couple psychos like me who run with full sandbox on darwin even if it's bugged somehow | 19:39:34 |
raitobezarius | good | 19:41:47 |
WeetHet | I probably should send this to the cppnix as well but they don't even have the ssl certs bug fixed afaik so idk if they really need this | 19:43:47 |
| 18 Nov 2025 |
| kegi joined the room. | 09:03:27 |
WeetHet | Uhh... https://github.com/NixOS/nixpkgs/pull/462692 | 13:23:50 |
WeetHet | Well it's still not a bad thing that we've added that stuff to the sandbox since it makes it so curlFull works so idk probably still fine | 13:28:29 |
| Lyn changed their display name from Fugi to Lyn. | 13:37:25 |
kegi | Hey there! I'm new to nix and darwin-nix, and I have some problem I do not understand. I tried setting up darwin-nix with a flake, and when I try to do a rebuild now I get an error that fish (the terminal?) cannot compile but I don't have it anywhere in my config! I don't understand where this comes from, or how to debug it. Could anyone point me in the right direction? Thanks! I put the flake and logs in this gist https://gist.github.com/KevinGimbel/f7f40bba6180b0324ffa8adc6eddb0a7 | 13:38:39 |
K900 | Looks like it's a dependency of direnv | 13:40:26 |
kegi | K900: wth? It is somehow, thank you! Without direnv the rebuild works :o | 13:42:05 |
K900 | You can tell by | 13:42:18 |
kegi | I was running in circles here... thanks! :D | 13:42:32 |
K900 | error: 1 dependencies of derivation '/nix/store/2yjg6yfdqgxhjyzsjddb9zv113dph54g-direnv-2.37.1.drv' failed to build | 13:42:19 |