| 23 Mar 2023 |
| Ken Micklas joined the room. | 18:58:28 |
Ken Micklas | Has anyone ever had any luck with WASM (without WASI) as a nixpkgs config? Doing the obvious thing I get this from LLVM:
Invalid configuration `wasm32-unknown-none-unknown': OS `unknown' not recognized
| 19:03:47 |
| 24 Mar 2023 |
matthewcroughan - nix.how | samueldr: is there a cachix for mobile nixos? I couldn't find one. | 19:20:50 |
samueldr | no | 19:21:25 |
samueldr | a lot of what matters ends-up cached at cache.nixos.org for unstable bumps | 19:21:49 |
samueldr | https://hydra.nixos.org/jobset/mobile-nixos/unstable | 19:22:02 |
matthewcroughan - nix.how | That's crazy, nice. | 19:22:05 |
matthewcroughan - nix.how | Very cool that it just ends up in the same cache. | 19:22:12 |
samueldr | (it also keeps some cross-compilation stuff warmer) | 19:22:28 |
matthewcroughan - nix.how | I just got my OnePlus 6, taking a stab at it. | 19:22:31 |
matthewcroughan - nix.how | And I see a few PRs that relate the voice piece, maybe I can fix that up if I end up being motivated enough | 19:22:46 |
matthewcroughan - nix.how | Is there anything in particular that you know does not work with the device? Or does basically everything work? | 19:23:12 |
samueldr | you can look at postmarketOS's support matrix, as it uses the same almost-mainline kernel | 19:24:30 |
samueldr | though we're a bit behind | 19:24:38 |
matthewcroughan - nix.how | https://github.com/NixOS/mobile-nixos/pull/589 | 19:25:13 |
matthewcroughan - nix.how | I saw this, so I guess that solves that? | 19:25:19 |
matthewcroughan - nix.how | Reserving 6811 sectors for directories...
Fudge factor: 52 / 1000
| 19:26:33 |
matthewcroughan - nix.how | Lol, wondering what the fudge factor is | 19:26:37 |
samueldr | https://github.com/NixOS/mobile-nixos/blob/7a6e97e3af73c4cca87e12c83abcb4913dac7dbc/lib/image-builder/makeExt4.nix#L63-L89 | 19:35:01 |
matthewcroughan - nix.how | In reply to @samueldr:matrix.org https://github.com/NixOS/mobile-nixos/blob/7a6e97e3af73c4cca87e12c83abcb4913dac7dbc/lib/image-builder/makeExt4.nix#L63-L89 Is this image-builder/makeExt4.nix an image builder you've made, and is it of a style you wish Nixpkgs would adopt for building sd images and other kinds of images? | 19:38:53 |
matthewcroughan - nix.how | Just wondering if I should study it to see if there's patterns worth following etc | 19:39:08 |
samueldr | thing I've made, but first second attempt; I have a fourth attempt that has a better UX which I have worked into merging back into Mobile NixOS... I should dust off the PR | 19:39:54 |
samueldr | but it itself also has a major flaw, and I've yet to think about solving it | 19:40:20 |
samueldr | "major" flaw... like pretty minor | 19:40:32 |
raitobezarius | it's fourth now? :D | 19:40:49 |
raitobezarius | damn | 19:40:50 |
raitobezarius | you're killing it | 19:40:55 |
raitobezarius | In reply to @samueldr:matrix.org "major" flaw... like pretty minor which is? | 19:41:08 |
samueldr | partitions are a list | 19:41:26 |
samueldr | so you can't have have a "broken" list of partition | 19:41:55 |