| 8 Aug 2025 |
| Picnoir changed their display name from Picnoir to Picnoir DECT 7426. | 12:33:48 |
| 9 Aug 2025 |
K900 | I feel like this was brought up before | 07:52:42 |
K900 | But have we considered forwarding SSH_AUTH_SOCK to the daemon for remote builds? | 07:52:54 |
K900 | It does work because ssh-agent always allows root to connect | 07:53:05 |
jade_ | i think i posted the derivation somewhere, uhhhh | 10:52:39 |
jade_ | https://git.lix.systems/lix-project/lix/issues/756 does this work emily | 10:53:41 |
| seapat set a profile picture. | 14:23:48 |
emily | yeah someone dug it up already, thank you | 15:38:01 |
nikstur | Another thing I really wish Lix would allow is to configure your remote builders in a config and then just selecting the builder you want to use via an identifier on the commandline. All that without enabling remote builders globally on your system | 16:17:40 |
raitobezarius | you can already do that | 16:28:41 |
raitobezarius | NIX_CONFIG="include /etc/nix/nix.conf; include $PWD/project-remote-builders" in your project-level shell thingie | 16:29:17 |
raitobezarius | I'd like a nicer CLI to manipulate that, but it's really a thin wrapper on NIX_CONFIG | 16:29:46 |
raitobezarius | but: https://git.lix.systems/lix-project/lix/issues/854 | 16:30:36 |
jade_ | iirc this is busted because you need a newline after right?? idk | 18:58:58 |
jade_ | need to check this | 18:59:01 |
raitobezarius | yes | 19:03:32 |
raitobezarius | you need \n | 19:03:35 |
raitobezarius | but not a big problem if you build a tool around this | 19:03:47 |
jade_ | maybe i need to just go fix that bug | 19:19:15 |
Lunaphied | I don't think we even knew that you could put a full config in via environment variables | 21:00:21 |
| 10 Aug 2025 |
jade_ | https://git.lix.systems/lix-project/lix/issues/956 how do i keep finding these bugs.... | 09:38:54 |
| 11 Aug 2025 |
niko ⚡️ | It's a good day when you bump lix for the first time in a month and once again there are failing functional tests, I love running auto-allocate-uids on darwin | 12:33:51 |
niko ⚡️ | https://gerrit.lix.systems/c/lix/+/3893 classic no whoami fallback | 13:01:25 |
niko ⚡️ | Oh no this doesn't fix all the failures | 13:13:07 |
niko ⚡️ | sigh | 13:13:08 |
raitobezarius | It would be ideal if we could put these configurations in CI | 13:19:05 |
| Primrose (== Léana) changed their profile picture. | 13:28:57 |
| Primrose (== Léana) changed their profile picture. | 13:41:10 |
niko ⚡️ | In reply to @raitobezarius:matrix.org It would be ideal if we could put these configurations in CI Is that something I could contribute as well or is the CI config somewhere else | 20:18:20 |
raitobezarius | For Darwin, it's a bit blocked on reconfiguring things because I dont think the Sandbox can run inside the sandbox | 20:19:04 |