| 25 Feb 2026 |
raitobezarius | can you run https://wiki.lix.systems/books/lix-users/page/debugging-weird-dns-resolutions-inside-sandbox ? | 14:09:37 |
K900 | They're not, I've asked | 14:10:11 |
K900 | But yes I was hoping to snipe your or puck into figuring this out lol | 14:10:23 |
raitobezarius | I'm low energy today so I may not get to the bottom of it | 14:10:51 |
K900 | I am migraine and I also know nothing about pasta so | 14:11:09 |
Yureka (she/her) | So home-manager is now broken with Lix, does anyone have ideas on how to deal with that? | 14:56:30 |
Yureka (she/her) | https://github.com/nix-community/home-manager/pull/8756 | 14:56:34 |
Yureka (she/her) | It seems there is already two code paths: one for nix-env, and one for nix profile | 15:05:04 |
Yureka (she/her) | This is decided based on existence of ${cfg.profileDirectory}/manifest.json | 15:05:12 |
Yureka (she/her) | My user profiles are really only used for home-manager, but I wouldn't know how to change them to nix-env based | 15:05:44 |
Yureka (she/her) | I now found https://git.lix.systems/lix-project/lix/issues/1139 | 15:08:05 |
Yureka (she/her) | So I guess deleting my ~/.nix-profile and recreating it using nix-env fixed this for now | 15:16:11 |
| @kirottu:kirottu.com left the room. | 16:56:03 |
raitobezarius | mmm, perhaps we should allow a way to convert from nix profile to nix-env | 17:59:04 |
silver |  Download image.png | 18:05:19 |
raitobezarius | this looks super wrong | 18:05:57 |
raitobezarius | are you running this with pasta? | 18:06:01 |
silver | I presume pasta is runnign on this server since its base config is teh same as others.
What should it look like? | 18:17:43 |
@aloisw:julia0815.de | This is because strings cannot contain null bytes or some additional special case? | 18:41:59 |
raitobezarius | In reply to @aloisw:julia0815.de This is because strings cannot contain null bytes or some additional special case? Yes this is the former | 19:03:57 |
raitobezarius | > BREs, EREs, and the strings they match cannot contain encoding errors or NUL bytes. In Emacs these constructs simply match themselves. | 19:04:00 |
raitobezarius | In reply to @silver:matrix.brendan.ie
I presume pasta is runnign on this server since its base config is teh same as others.
What should it look like? You should have 169.254.1.1 | 19:04:18 |
| thytom joined the room. | 21:32:27 |
| isabel changed their profile picture. | 21:51:43 |
aktaboot | Hello,
So i stumbled on a package build that causes a segfault on both nix and lix reliably (on my machine), should it be reported somewhere special or no need | 22:46:20 |
niko | Package build as in building a package segfaults nix? Or building nix itself segfaults? Also does it segfault while building or while evaling? | 23:32:57 |
niko | Either way good to send an email over to security@lix.systems, but those questions would help estimate the worst case severity of the issue | 23:34:53 |
aktaboot | when building a package, not nix itself,
and not while evaling, actually in the fixupphase
havent actually dived into where and why it happens yet
i just reproduced on another machine | 23:37:54 |
niko | So what exactly segfaults, nix the client, the daemon, the sandbox builder, or something else? | 23:39:40 |
aktaboot | I think its either the daemon or the client | 23:42:51 |