| 27 Oct 2023 |
Pratham Patel (you can mention me) | How easy/hard is it to build this image on the 8GB VF2 itself? | 12:21:36 |
Pratham Patel (you can mention me) | easy/hard for the board | 12:22:04 |
misuzu | You want a nixos image? | 12:22:04 |
Pratham Patel (you can mention me) | Yeah :) | 12:22:19 |
misuzu | https://github.com/misuzu/nixos-vf2/releases/tag/0.5 | 12:22:29 |
Pratham Patel (you can mention me) | Initially, I'll get one from your repo's releases | 12:22:31 |
Pratham Patel (you can mention me) | But I want to iterate and send patches and don't have a powerful-enough machine handy yet. So any fixes I do to your image must be locally built :) | 12:22:55 |
misuzu | You can cross-compile on x86_64 machine | 12:23:21 |
Pratham Patel (you can mention me) | My only ryzen pc died a few months ago :(
Now on a mobile i5 from 2018 haha | 12:23:57 |
misuzu | It'll still be faster than building on vf2 | 12:24:17 |
Pratham Patel (you can mention me) | I see a native image; maybe it is possible to build natively; only it being slow that's all. I don't mind that. But don't like OOM errors lol | 12:24:39 |
misuzu | Yes, it was build on vf2 | 12:24:58 |
misuzu | Took a week or so | 12:25:17 |
Pratham Patel (you can mention me) | oof | 12:25:22 |
Pratham Patel (you can mention me) | no binary cache? | 12:25:28 |
misuzu | Nope, everything from scratch | 12:25:41 |
Pratham Patel (you can mention me) | so that's why :( | 12:26:08 |
misuzu | You should be able to use this cache for the flake https://github.com/misuzu/nixos-vf2/blob/master/flake.nix#L3 | 13:21:19 |
| 29 Oct 2023 |
| SomeoneSerge (hash-versioned python modules when) changed their display name from SomeoneSerge (UTC+1) to SomeoneSerge (UTC+2). | 22:40:02 |
| 2 Nov 2023 |
Pratham Patel (you can mention me) | Hey folks, are there any low-effort tasks that I can help with, to get started? | 06:58:32 |
Pratham Patel (you can mention me) | Looking at the linked pad, I don't seen any GH issues that need addressing... | 06:59:14 |
fgaz | In reply to @fgaz:matrix.org If anyone has the time, llvm 17 is missing libatomic https://github.com/NixOS/nixpkgs/pull/258614#issuecomment-1773235978 Pratham Patel (you can mention me): ↑ but I'm not sure about the effort required | 08:32:32 |
| * Pratham Patel (you can mention me) is looking into it | 08:33:15 |
fgaz | misuzu: are you hosting your cache on raw R2 or are you using something like attic? I'm thinking of hosting one too | 08:41:27 |
misuzu | In reply to @fgaz:matrix.org misuzu: are you hosting your cache on raw R2 or are you using something like attic? I'm thinking of hosting one too I'm using this abomination: https://gitlab.com/misuzu/nixos-configuration/-/blob/391a9e5d0f5099d03608a39b759f63bbb4bc892b/hosts/mia/nix-cache/default.nix I'd like to migrate to attic, but it looks broken: https://github.com/zhaofengli/attic/issues/90 | 08:45:01 |
Julien | I had the same problem with attic | 08:45:50 |
Julien | And I have found the solution | 08:46:00 |
Julien | But I don’t remember the solution | 08:46:07 |
Julien | Maybe generating the token with the attic user ? | 08:46:21 |
Julien | It was something like that | 08:46:29 |