9 Sep 2025 |
Alyssa Ross | I'm wondering if the issue will just have fixed itself by now though | 19:13:23 |
Alyssa Ross | Often things go that way | 19:13:27 |
Alex | Last I checked rustc worked on glibc, so there's a good chance cross to musl is possible. | 19:14:20 |
Alyssa Ross | it does | 19:14:43 |
10 Sep 2025 |
| matthewcroughan - nix.how changed their display name from matthewcroughan @ nixcon to matthewcroughan. | 14:35:36 |
14 Sep 2025 |
| elphnt3455 joined the room. | 03:26:01 |
| Emma [it/its] joined the room. | 08:39:45 |
| Weijia joined the room. | 11:23:37 |
15 Sep 2025 |
| @ipsavitsky234:matrix.org left the room. | 08:44:35 |
20 Sep 2025 |
pandapip1 | Has anyone tried combining postmarketos with nixos? I'm curious about the feasibility of nixos on mobile. | 12:58:02 |
@lotte:chir.rs | There's nixos-mobile but admittedly I haven't tried it and it's also not postmarketos either | 12:58:57 |
K900 | mobile-nixos is currently not very maintained | 12:59:24 |
K900 | But it is effectively what you're asking for | 12:59:29 |
@lotte:chir.rs | Relatedly I do wonder what it would take to port a new phone with upstream-supported kernel to it (either postmarketos or nixos) | 15:23:24 |
@lotte:chir.rs | No upstream device tree though | 15:23:35 |
K900 | I mean, if mainline actually supports it, it'll probably just work | 15:23:49 |
@lotte:chir.rs | The soc is supported, and another device with the soc | 15:24:19 |
@lotte:chir.rs | But the DTS for my device isn't upstream | 15:24:29 |
K900 | You can patch it in | 15:26:19 |
@lotte:chir.rs | I looked at the device tree for my device and it seems very different, referring to drivers that do not exist upstream | 15:26:47 |
K900 | There's a PR that allows quickly building out of tree DTS but it's bad and the person that wrote it ignores feedback | 15:26:50 |
K900 | But you could pick it up | 15:26:50 |
@lotte:chir.rs | Like at a minimum all of the display stuff wouldn't work | 15:27:19 |
K900 | Well you'd have to port that if there's no mainline compatible tree yesn | 15:27:51 |
K900 | * | 15:27:55 |
@lotte:chir.rs | yeah i guess i have to reverse-engineer the firmware because at least on the sony device that i do not have and is supported upstream it just uses the framebuffer at a fixed address | 15:29:02 |
@lotte:chir.rs | tbh i could try to run the sony dts but that supposedly doesn’t work | 15:29:15 |
K900 | I'm guessing it's just using whatever dumb framebuffer set up by the earlier boot stages then | 15:31:32 |
K900 | And not doing GPU stuff correctly | 15:31:38 |
K900 | Which will also make the experience of actually using the thing significantly worse | 15:31:50 |